summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-201-5/+5
|\
| * Merge branch 'linus' into irq/coreThomas Gleixner2012-03-1335-140/+176
| |\
| * | genirq: Get rid of unnecessary irqaction field in task_structAlexander Gordeev2012-03-091-5/+5
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-206-37/+156
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-02-286-37/+156
| |\ \ \
| | * | | rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2012-02-211-0/+27
| | * | | rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens2012-02-212-2/+16
| | * | | rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney2012-02-211-0/+16
| | * | | rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-212-4/+26
| | * | | rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney2012-02-211-0/+7
| | * | | rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney2012-02-211-0/+14
| | * | | rcu: Simplify unboosting checksPaul E. McKenney2012-02-211-2/+1
| | * | | rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2012-02-211-4/+0
| | * | | rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-214-25/+48
| | * | | rcu: Improve synchronize_rcu() diagnosticsFrederic Weisbecker2012-02-211-0/+1
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-03-153-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-021-0/+4
| * | | block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-021-0/+1
| * | | block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo2012-02-151-0/+1
| * | | block: replace icq->changed with icq->flagsTejun Heo2012-02-151-3/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-091-1/+3
|\ \ \ \
| * | | | route: Remove redirect_genidSteffen Klassert2012-03-081-1/+0
| * | | | inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2012-03-081-0/+3
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-091-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linux into...Grant Likely2012-02-2771-431/+369
| |\ \ \ \
| * | | | | dt: add empty of_find_compatible_node functionShawn Guo2012-02-151-0/+8
* | | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-071-0/+2
|\ \ \ \ \ \
| * | | | | | ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type ...viresh kumar2012-02-231-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2012-03-063-9/+8
|\ \ \ \ \ \
| * | | | | | memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-061-5/+0
| * | | | | | vfork: kill PF_STARTINGOleg Nesterov2012-03-061-1/+0
| * | | | | | coredump_wait: don't call complete_vfork_done()Oleg Nesterov2012-03-061-1/+0
| * | | | | | vfork: make it killableOleg Nesterov2012-03-061-1/+1
| * | | | | | vfork: introduce complete_vfork_done()Oleg Nesterov2012-03-061-0/+1
| * | | | | | kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-061-2/+7
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-052-3/+5
|\ \ \ \ \ \ \
| * | | | | | | tcp: fix comment for tp->highest_sackNeal Cardwell2012-02-282-3/+5
* | | | | | | | Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-051-14/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov2012-03-041-3/+3
| * | | | | | | percpu: use raw_local_irq_* in _this_cpu opMing Lei2012-02-211-10/+10
| * | | | | | | percpu: fix generic definition of __this_cpu_add_and_return()Konstantin Khlebnikov2012-02-211-1/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds2012-03-051-20/+0
* | | | | | | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2012-03-042-2/+2
|\ \ \ \ \ \ \
| * | | | | | | [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley2012-02-272-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | vfs: clarify and clean up dentry_cmp()Linus Torvalds2012-03-021-5/+4
* | | | | | | vfs: uninline full_name_hash()Linus Torvalds2012-03-021-8/+1
* | | | | | | vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2012-03-021-1/+2
* | | | | | | regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin2012-03-021-2/+2
* | | | | | | regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2012-03-021-0/+6
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-022-3/+20
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |