summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* KEYS: security_cred_alloc_blank() should return int under all circumstancesDavid Howells2009-09-071-2/+4
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-025-0/+44
* KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-021-1/+4
* CRED: Add some configurable debugging [try #6]David Howells2009-09-021-1/+64
* lsm: Add hooks to the TUN driverPaul Moore2009-09-011-0/+31
* Merge branch 'master' into nextJames Morris2009-08-206-17/+54
|\
| * mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-192-2/+1Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-181-0/+5
| |\
| | * net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-181-0/+5
| * | security: define round_hint_to_min in !CONFIG_SECURITYEric Paris2009-08-171-15/+15
| * | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-172-15/+17
| * | Capabilities: move cap_file_mmap to commoncap.cEric Paris2009-08-171-3/+4
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-11/+38
| |\ \
| | * | perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-11/+36
| | * | perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-0/+2
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-131-1/+8
| |\ \ \
| | * | | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-1/+8
| | | |/ | | |/|
| * | | NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-3/+2Star
| | |/ | |/|
* | | SELinux: Convert avc_audit to use lsm_audit.hThomas Liu2009-08-171-0/+2
* | | security: update documentation for security_request_moduleJames Morris2009-08-141-0/+1
* | | security: introducing security_request_moduleEric Paris2009-08-141-0/+10
* | | Merge branch 'master' into nextJames Morris2009-08-119-28/+76
|\| |
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-5/+7
| |\ \ | | |/ | |/|
| | * perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra2009-08-101-0/+2
| | * perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker2009-08-091-5/+5
| * | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-091-0/+1
| |\ \ | | |/ | |/|
| | * KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-051-0/+1
| * | perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-092-2/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-racesLinus Torvalds2009-08-081-1/+2
| |\ \
| | * | vfs: add __destroy_inodeChristoph Hellwig2009-08-071-0/+1
| | * | vfs: fix inode_init_always calling conventionChristoph Hellwig2009-08-071-1/+1
| | |/
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-071-5/+3Star
| |\ \
| | * | ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2009-08-061-5/+3Star
| | |/
| * | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-08-072-1/+3
| |\ \
| | * | mtd: fix the conversion from dev to mtd_infoSaeed Bishara2009-08-031-1/+1
| | * | mtd: let include/linux/mtd/partitions.h stand on its ownNicolas Pitre2009-08-031-0/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-08-071-6/+7
| |\ \ \
| | * | | Input: matrix_keypad - make matrix keymap size dynamicEric Miao2009-08-061-6/+7
| * | | | bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher2009-08-071-13/+19
| * | | | mm: make set_mempolicy(MPOL_INTERLEAV) N_HIGH_MEMORY awareKAMEZAWA Hiroyuki2009-08-071-0/+28
| | |_|/ | |/| |
* | | | security: define round_hint_to_min in !CONFIG_SECURITYEric Paris2009-08-101-15/+15
* | | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-062-15/+17
* | | | Capabilities: move cap_file_mmap to commoncap.cEric Paris2009-08-061-3/+4
* | | | Merge branch 'master' into nextJames Morris2009-08-0636-294/+216Star
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-08-051-1/+1
| |\ \ \
| | * | | tty-ldisc: make refcount be atomic_t 'users' countLinus Torvalds2009-08-041-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-08-051-0/+1
| |\ \ \
| | * | | block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-011-0/+1
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-051-1/+1
| |\ \ \
| | * | | ip: fix logic of reverse path filter sysctlStephen Hemminger2009-07-281-1/+1