aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-21
|\
| * genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-04
| * genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-04
| * genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-19
| * genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-19
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-21
|\ \
| * \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-03
| |\ \
| * | | seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTERWill Drewry2012-04-17
| * | | ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-13
| * | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-13
| * | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-13
| * | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-13
| * | | seccomp: remove duplicated failure loggingKees Cook2012-04-13
| * | | seccomp: add system call filtering using BPFWill Drewry2012-04-13
| * | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-13
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-21
|\ \ \ \
| * | | | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-08
| * | | | fork: Provide kmemcache based thread_info allocatorThomas Gleixner2012-05-08
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-08
| |\ \ \ \
| | * | | | fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner2012-05-08
| | * | | | fork: Move thread info gfp flags to headerThomas Gleixner2012-05-08
| | * | | | fork: Remove the weak insanityThomas Gleixner2012-05-08
| | | |/ / | | |/| |
| * | | | smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-08
| * | | | init_task: Create generic init_task instanceThomas Gleixner2012-05-05
| * | | | smp: Fix idle_thread_init() inline stubThomas Gleixner2012-05-04
| * | | | smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-03
| * | | | smp: Provide generic idle thread allocationThomas Gleixner2012-04-26
| * | | | smp: Add generic smpboot facilityThomas Gleixner2012-04-26
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-26
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-21
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-14
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-11
| | |\ \ \ \ \ \
| | | | | * | | | rcu: Add rcutorture test for call_srcu()Lai Jiangshan2012-04-30
| | | | | * | | | rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-30
| | | | | * | | | rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan2012-04-30
| | | | | * | | | rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan2012-04-30
| | | | | * | | | rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-30
| | | | | * | | | rcu: Improve SRCU's wait_idx() commentsLai Jiangshan2012-04-30
| | | | | * | | | rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan2012-04-30
| | | | | * | | | rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-30
| | | | | * | | | rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan2012-04-30
| | | | | * | | | rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-30
| | | | | * | | | rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2012-04-30
| | | | | * | | | rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney2012-04-24
| | | | | |/ / /
| | | | * | | | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-02
| | | | * | | | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-02
| | | | |/ / /
| | | * | | | timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-26
| | | * | | | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-24
| | | * | | | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-24
| | | |/ / /
| | * | | | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-09