summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-18audit: allow interfield comparison between gid and ogidEric Paris2-1/+8
2012-01-18audit: complex interfield comparison helperEric Paris1-11/+39
2012-01-18audit: allow interfield comparison in audit rulesEric Paris3-2/+37
2012-01-18Kernel: Audit Support For The ARM PlatformNathaniel Husted6-9/+25
2012-01-18audit: do not call audit_getname on errorEric Paris2-18/+13
2012-01-18audit: only allow tasks to set their loginuid if it is -1Eric Paris3-4/+24
2012-01-18audit: remove task argument to audit_set_loginuidEric Paris3-5/+5
2012-01-18audit: allow audit matching on inode gidEric Paris3-0/+14
2012-01-18audit: allow matching on obj_uidEric Paris3-0/+14
2012-01-18audit: remove audit_finish_fork as it can't be calledEric Paris3-24/+0
2012-01-18audit: reject entry,always rulesEric Paris1-2/+4
2012-01-18audit: inline audit_free to simplify the look of generic codeEric Paris3-4/+8
2012-01-18audit: drop audit_set_macxattr as it doesn't do anythingEric Paris1-2/+0
2012-01-18audit: inline checks for not needing to collect aux recordsEric Paris2-15/+23
2012-01-18audit: drop some potentially inadvisable likely notationsEric Paris1-6/+6
2012-01-18audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2012-01-18audit: inline audit_syscall_entry to reduce burden on archsEric Paris16-86/+72
2012-01-18audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris1-1/+3
2012-01-18Audit: push audit success and retcode into arch ptrace.hEric Paris26-74/+132
2012-01-18seccomp: audit abnormal end to a process due to seccompEric Paris3-21/+39
2012-01-18audit: check current inode and containing object when filtering on major and ...Eric Paris1-10/+14
2012-01-18audit: drop the meaningless and format breaking word 'user'Eric Paris1-1/+1
2012-01-18audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris1-188/+215
2012-01-18audit: make filetype matching consistent with other filtersEric Paris2-12/+11
2012-01-18xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-18xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-18xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-18xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-18xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-18xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-18xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-18xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-18inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter1-0/+1
2012-01-18net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-18net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2012-01-18cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3
2012-01-18x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper1-2/+2
2012-01-17Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2012-01-17ACPI processor: Remove unneeded cpuidle_unregister_driver callThomas Renninger1-2/+0
2012-01-17intel idle: Make idle driver more robustThomas Renninger1-1/+2
2012-01-17intel_idle: Fix a cast to pointer from integer of different size warning in i...David Howells1-1/+1
2012-01-17ACPI: kernel-parameters.txt : Add intel_idle.max_cstateMasanari Iida1-0/+5
2012-01-17intel_idle: remove redundant local_irq_disable() callYanmin Zhang1-2/+1
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-2/+21
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds7-17/+15
2012-01-17tty: remove unused tty_driver->termios_lockedKonstantin Khlebnikov1-1/+0
2012-01-17[media] dvb_frontend: Don't call get_frontend() if idleMauro Carvalho Chehab1-2/+8
2012-01-17Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds1-1/+1
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller20-112/+108