summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-052-5/+0
* audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-052-29/+16
* audit: remove unused envc member of audit_aux_data_execveRichard Guy Briggs2013-11-051-2/+0
* audit: Kill the unused struct audit_aux_data_capsetEric W. Biederman2013-11-051-6/+0
* audit: do not reject all AUDIT_INODE filter typesEric Paris2013-11-051-0/+1
* audit: log the audit_names record typeJeff Layton2013-11-051-0/+20
* audit: use given values in tty_audit enable apiRichard Guy Briggs2013-11-051-1/+1
* audit: use nlmsg_len() to get message payload lengthMathias Krause2013-11-051-2/+2
* audit: use memset instead of trying to initialize field by fieldEric Paris2013-11-051-1/+1
* audit: fix info leak in AUDIT_GET requestsMathias Krause2013-11-051-0/+1
* audit: update AUDIT_INODE filter rule to comparator functionRichard Guy Briggs2013-11-051-1/+1
* audit: audit feature to set loginuid immutableEric Paris2013-11-052-1/+5
* audit: audit feature to only allow unsetting the loginuidEric Paris2013-11-052-1/+5
* audit: allow unsetting the loginuid (with priv)Eric Paris2013-11-051-1/+3
* audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLEEric Paris2013-11-051-6/+4
* audit: loginuid functions coding styleEric Paris2013-11-051-25/+45
* audit: implement generic feature setting and retrievingEric Paris2013-11-051-0/+109
* audit: change decimal constant to macro for invalid uidRichard Guy Briggs2013-11-051-1/+1
* audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-11-051-1/+1
* audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_contextOleg Nesterov2013-11-051-1/+3
* Audit: remove duplicate commentsGao feng2013-11-051-7/+0
* audit: remove newline accidentally added during session id helper refactorRichard Guy Briggs2013-11-051-1/+1
* audit: remove duplicate inclusion of the netlink headerIlya V. Matveychikov2013-11-051-1/+0
* audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTHRichard Guy Briggs2013-11-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-303-17/+19
|\
| * Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-273-17/+19
* | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-291-1/+18
|\ \
| * | cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins2013-08-291-1/+18
* | | workqueue: cond_resched() after processing each work itemTejun Heo2013-08-291-0/+9
|/ /
* | timer_list: correct the iterator for timer_listNathan Zimmer2013-08-281-17/+24
* | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-231-5/+9
|\ \ | |/ |/|
| * cpuset: fix a regression in validating config changeLi Zefan2013-08-211-5/+9
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-08-192-4/+3
|\ \
| * \ Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-08-121-1/+1
| |\ \
| | * | sched_clock: Fix integer overflowBaruch Siach2013-07-221-1/+1
| * | | Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-07-251-3/+2
| |\ \ \
| | * | | nohz: fix compile warning in tick_nohz_init()Li Zhong2013-07-241-2/+0
| | * | | nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt2013-07-241-1/+2
* | | | | kernel: fix new kernel-doc warning in wait.cRandy Dunlap2013-08-191-2/+1
* | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-181-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-131-2/+4
* | | | | Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2013-08-161-7/+13
|\ \ \ \ \
| * | | | | PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd2013-08-141-7/+13
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-08-141-0/+6
|\ \ \ \ \ \
| * | | | | | microblaze: fix clone syscallMichal Simek2013-08-131-0/+6
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-133-25/+71
|\ \ \ \ \ \ \
| * | | | | | | sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-07-301-0/+1
| * | | | | | | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-183-25/+70
* | | | | | | | sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2013-08-131-1/+13
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-08-121-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
OpenPOWER on IntegriCloud