summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
2012-11-02hashtable: introduce a small and naive hashtableSasha Levin
2012-11-01Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong
2012-10-30Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-10-28percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka
2012-10-28percpu-rw-semaphores: use light/heavy barriersMikulas Patocka
2012-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov
2012-10-26Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-26Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-25rbtree: include linux/compiler.h for definition of __always_inlineWill Deacon
2012-10-24Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2012-10-24dynamic_debug: Remove unnecessary __usedJoe Perches
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu
2012-10-24perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat
2012-10-24perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng
2012-10-22extcon: standard cable names definition and declaration changedanish kumar
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-19Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19linux/coredump.h needs asm/siginfo.hRichard Weinberger
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-10-19Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-10-19iio: Add some helper macros for unit conversionLars-Peter Clausen
2012-10-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds
2012-10-17Merge tag 'disintegrate-tty-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman
2012-10-17of/irq: sparse fixesKim Phillips
2012-10-17of/address: sparse fixesKim Phillips
2012-10-17of: add stub of_get_child_by_name for non-OF buildsOlof Johansson
2012-10-17USB: usb.h: remove dbg() macroGreg Kroah-Hartman
2012-10-17UAPI: (Scripted) Disintegrate include/linux/dvbDavid Howells
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells
2012-10-17UAPI: Remove empty conditionals from include/linux/KbuildDavid Howells
2012-10-17spi: tsc2005: delete soon-obsolete e-mail addressAaro Koskinen
2012-10-16Merge branch 'frv' (FRV patches from David Howells)Linus Torvalds
2012-10-16FRV: Fix linux/elf-fdpic.hDavid Howells
2012-10-16freezer: add missing mb's to freezer_count() and freezer_should_skip()Tejun Heo
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo