summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-224-19/+45
|\
| * genirq: Do not consider disabled wakeup irqsThomas Gleixner2012-05-041-1/+6
| * genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2012-05-042-3/+8
| * genirq: Be more informative on irq type mismatchThomas Gleixner2012-04-191-15/+10Star
| * genirq: Reject bogus threaded irq requestsThomas Gleixner2012-04-191-0/+21
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-225-25/+465
|\ \
| * \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0419-87/+121
| |\ \
| * | | seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTERWill Drewry2012-04-181-4/+9
| * | | ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-141-0/+16
| * | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-141-0/+26
| * | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-1/+8
| * | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-141-10/+32
| * | | seccomp: remove duplicated failure loggingKees Cook2012-04-142-16/+7Star
| * | | seccomp: add system call filtering using BPFWill Drewry2012-04-143-19/+382
| * | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-141-0/+10
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-228-23/+171
|\ \ \ \
| * | | | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-081-4/+3Star
| * | | | fork: Provide kmemcache based thread_info allocatorThomas Gleixner2012-05-081-0/+27
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-0812-70/+107
| |\ \ \ \
| | * | | | fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner2012-05-081-4/+17
| | * | | | fork: Move thread info gfp flags to headerThomas Gleixner2012-05-081-6/+2Star
| | * | | | fork: Remove the weak insanityThomas Gleixner2012-05-081-7/+1Star
| | | |/ / | | |/| |
| * | | | smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-081-0/+23
| * | | | init_task: Create generic init_task instanceThomas Gleixner2012-05-051-2/+0Star
| * | | | smp: Fix idle_thread_init() inline stubThomas Gleixner2012-05-041-1/+1
| * | | | smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-034-56/+31Star
| * | | | smp: Provide generic idle thread allocationThomas Gleixner2012-04-264-2/+96
| * | | | smp: Add generic smpboot facilityThomas Gleixner2012-04-264-0/+29
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-2210-298/+1073
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-1410-298/+1073
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-119-182/+752
| | |\ \ \ \ \ \
| | | | | * | | | rcu: Add rcutorture test for call_srcu()Lai Jiangshan2012-04-301-4/+40
| | | | | * | | | rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-301-62/+300
| | | | | * | | | rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan2012-04-301-13/+14
| | | | | * | | | rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan2012-04-301-1/+8
| | | | | * | | | rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-301-80/+69Star
| | | | | * | | | rcu: Improve SRCU's wait_idx() commentsLai Jiangshan2012-04-301-40/+37Star
| | | | | * | | | rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan2012-04-301-36/+56
| | | | | * | | | rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-301-10/+9Star
| | | | | * | | | rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan2012-04-301-24/+1Star
| | | | | * | | | rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-302-96/+190
| | | | | * | | | rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2012-04-301-8/+186
| | | | | * | | | rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney2012-04-251-3/+16
| | | | | |/ / /
| | | | * | | | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-023-32/+28Star
| | | | * | | | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-024-13/+4Star
| | | | |/ / /
| | | * | | | timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
| | | * | | | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-251-0/+32
| | | * | | | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-252-8/+4Star
| | | |/ / /
| | * | | | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-093-88/+222