summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a memberRobert Love2012-05-231-0/+9
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-211-4/+4
|\
| * genirq: Streamline irq_actionThomas Gleixner2012-04-191-4/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-2114-36/+186
|\ \
| * \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-222-14/+5
| |\ \
| | * | LSM: do not initialize common_audit_data to 0Eric Paris2012-04-091-5/+0
| | * | LSM: remove the task field from common_audit_dataEric Paris2012-04-091-1/+0
| | * | LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-091-1/+1
| | * | SELinux: rename dentry_open to file_openEric Paris2012-04-091-8/+5
| * | | KEYS: Don't check for NULL key pointer in key_validate()David Howells2012-05-161-1/+1
| * | | KEYS: Add invalidation supportDavid Howells2012-05-112-0/+4
| * | | KEYS: Do LRU discard in full keyringsDavid Howells2012-05-111-0/+1
| * | | KEYS: Permit in-place link replacement in keyring listDavid Howells2012-05-111-1/+1
| * | | KEYS: Perform RCU synchronisation on keys prior to key destructionDavid Howells2012-05-111-1/+4
| * | | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0444-176/+337
| |\ \ \
| * | | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-0/+7
| * | | | seccomp: use a static inline for a function stubStephen Rothwell2012-04-171-1/+1
| * | | | ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-142-1/+5
| * | | | seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-142-1/+2
| * | | | signal, x86: add SIGSYS info and make it synchronous.Will Drewry2012-04-141-0/+22
| * | | | seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-141-4/+6
| * | | | seccomp: remove duplicated failure loggingKees Cook2012-04-141-4/+4
| * | | | seccomp: add system call filtering using BPFWill Drewry2012-04-142-4/+73
| * | | | asm/syscall.h: add syscall_get_archWill Drewry2012-04-141-0/+14
| * | | | seccomp: kill the seccomp_t typedefWill Drewry2012-04-142-5/+7
| * | | | net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry2012-04-141-0/+11
| * | | | sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry2012-04-141-0/+1
| * | | | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski2012-04-143-0/+18
| | |/ / | |/| |
* | | | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-211-10/+1
|\ \ \ \
| * | | | virtio: fix typo in commentChen Baozi2012-05-221-10/+1
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-1/+11
|\ \ \ \ \
| * \ \ \ \ Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-0816-17/+88
| |\ \ \ \ \
| | * | | | | fork: Move thread info gfp flags to headerThomas Gleixner2012-05-081-0/+6
| * | | | | | smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-081-0/+4
| * | | | | | 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-217-44/+106
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-147-44/+106
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---. \ \ \ \ \ \ Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-116-44/+104
| | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-301-1/+36
| | | | | * | | | | | | rcu: Remove unused srcu_barrier()Lai Jiangshan2012-04-301-6/+0
| | | | | * | | | | | | rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-301-6/+1
| | | | | * | | | | | | rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-301-1/+1
| | | | | * | | | | | | rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-301-2/+8
| | | | * | | | | | | | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-023-17/+1
| | | | * | | | | | | | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-023-6/+11
| | | | |/ / / / / / /
| | | * | | | | | | | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-241-7/+0
| | | * | | | | | | | rcu: Make __kfree_rcu() less dependent on compiler choicesJan Engelhardt2012-04-241-0/+18
| | | * | | | | | | | rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado2012-04-241-4/+29
| | | * | | | | | | | rcu: List-debug variants of rcu list routines.Dave Jones2012-04-241-1/+6
| | | |/ / / / / / /
| | * | | | | | | | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-091-0/+1