summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-04-14ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry
2012-04-14seccomp: Add SECCOMP_RET_TRAPWill Drewry
2012-04-14signal, x86: add SIGSYS info and make it synchronous.Will Drewry
2012-04-14seccomp: add SECCOMP_RET_ERRNOWill Drewry
2012-04-14seccomp: remove duplicated failure loggingKees Cook
2012-04-14seccomp: add system call filtering using BPFWill Drewry
2012-04-14asm/syscall.h: add syscall_get_archWill Drewry
2012-04-14seccomp: kill the seccomp_t typedefWill Drewry
2012-04-14net/compat.c,linux/filter.h: share compat_sock_fprogWill Drewry
2012-04-14sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsAndy Lutomirski
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko
2012-04-05libfs: add simple_open()Stephen Boyd
2012-04-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-04-04Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-04-04Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-04-03Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller
2012-04-03net: fix /proc/net/dev regressionEric Dumazet
2012-04-03Merge branch 'drm-fixes-intel' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds
2012-04-03LSM: shrink the common_audit_data data unionEric Paris
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-04-02Merge branch 'drm-prime-dmabuf-initial' of git://people.freedesktop.org/~airl...Linus Torvalds
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-04-02Merge branch 'paul' (Fixups from Paul Gortmaker)Linus Torvalds
2012-04-02asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker
2012-04-02firewire: restore the device.h include in linux/firewire.hPaul Gortmaker
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker
2012-04-02Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-04-02drm/i915: disable ppgtt on snb when dmar is enabledDaniel Vetter
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2012-03-31Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Linus Torvalds
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds
2012-03-31ext3: move headers to fs/ext3/Al Viro
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro
2012-03-31new helper: ext2_image_size()Al Viro
2012-03-31ext2: No longer export ext2_fs.h to user spaceThierry Reding
2012-03-31tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()Oleg Nesterov