AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC
[cascardo/linux.git] / kernel /
2014-04-02 Eric Parisaudit: do not cast audit_rule_data pointers pointlesly
2014-03-31 Eric ParisAUDIT: Allow login in non-init namespaces
2014-03-24 Monam Agarwalkernel: Use RCU_INIT_POINTER(x, NULL) in audit.c
2014-03-20 Eric Parissyscall_get_arch: remove useless function arguments
2014-03-20 Joe Perchesaudit: remove stray newline from audit_log_execve_info...
2014-03-20 Josh Boyeraudit: remove stray newlines from audit_log_lost messages
2014-03-20 Eric Parisaudit: include subject in login records
2014-03-20 Richard Guy Briggsaudit: remove superfluous new- prefix in AUDIT_LOGIN...
2014-03-20 Richard Guy Briggsaudit: allow user processes to log from another PID...
2014-03-20 Richard Guy Briggsaudit: anchor all pid references in the initial pid...
2014-03-20 Richard Guy Briggsaudit: convert PPIDs to the inital PID namespace.
2014-03-20 Richard Guy Briggsaudit: rename the misleading audit_get_context() to...
2014-03-20 Eric W. Biedermanaudit: Send replies in the proper network namespace.
2014-03-20 Eric W. Biedermanaudit: Use struct net not pid_t to remember the network...
2014-03-20 William Robertsaudit: Audit proc/<pid>/cmdline aka proctitle
2014-03-07 Richard Guy Briggsaudit: Use more current logging style again
2014-03-07 Eric ParisMerge tag 'v3.13' into for-3.15
2014-01-20 Linus TorvaldsMerge tag 'acpi-3.13-fixup' of git://git./linux/kernel...
2014-01-19 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2014-01-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-01-18 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2014-01-17 Richard Guy Briggsaudit: fix location of __net_initdata for audit_net_ops
2014-01-17 Eric Parisaudit: remove pr_info for every network namespace
2014-01-17 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2014-01-16 Linus TorvaldsMerge branches 'sched-urgent-for-linus' and 'timers...
2014-01-16 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2014-01-16 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2014-01-16 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-01-16 Linus TorvaldsMerge tag 'writeback-fixes' of git://git./linux/kernel...
2014-01-15 Linus TorvaldsMerge tag 'md/3.13-fixes' of git://neil.brown.name/md
2014-01-15 Ingo MolnarMerge branch 'clockevents/3.13-fixes' of git://git...
2014-01-15 Dave AirlieMerge branch 'drm-nouveau-next' of git://git.freedeskto...
2014-01-14 Joe Perchesaudit: Convert int limit uses to u32
2014-01-14 Joe Perchesaudit: Use more current logging style
2014-01-14 Joe Perchesaudit: Use hex_byte_pack_upper
2014-01-14 Eric Parisaudit: reorder AUDIT_TTY_SET arguments
2014-01-14 Eric Parisaudit: rework AUDIT_TTY_SET to only grab spin_lock...
2014-01-14 Eric Parisaudit: remove needless switch in AUDIT_SET
2014-01-14 Eric Parisaudit: use define's for audit version
2014-01-14 Eric Parisaudit: wait_for_auditd rework for readability
2014-01-14 Richard Guy Briggsaudit: log task info on feature change
2014-01-14 Gao fengaudit: fix incorrect set of audit_sock
2014-01-14 Gao fengaudit: print error message when fail to create audit...
2014-01-14 Richard Guy Briggsaudit: fix dangling keywords in audit_log_set_loginuid...
2014-01-14 Richard Guy Briggsaudit: log on errors from filter user rules
2014-01-14 Toshiyuki Okajimaaudit: audit_log_start running on auditd should not...
2014-01-14 Richard Guy Briggsaudit: drop audit_cmd_lock in AUDIT_USER family of...
2014-01-14 Eric Parisaudit: convert all sessionid declaration to unsigned int
2014-01-14 Paul Davies Caudit: Added exe field to audit core dump signal log
2014-01-14 Richard Guy Briggsaudit: prevent an older auditd shutdown from orphaning...
2014-01-14 Richard Guy Briggsaudit: refactor audit_receive_msg() to clarify AUDIT_...
2014-01-14 Richard Guy Briggsaudit: log AUDIT_TTY_SET config changes
2014-01-14 Richard Guy Briggsaudit: get rid of *NO* daemon at audit_pid=0 message
2014-01-14 Paul Davies Caudit: drop audit_log_abend()
2014-01-14 Richard Guy Briggsaudit: allow unlimited backlog queue
2014-01-14 Gao fengaudit: don't generate loginuid log when audit disabled
2014-01-14 Gao fengaudit: use old_lock in audit_set_feature
2014-01-14 Gao fengaudit: don't generate audit feature changed log when...
2014-01-14 Gao fengaudit: fix incorrect order of log new and old feature
2014-01-14 Gao fengaudit: remove useless code in audit_enable
2014-01-14 Richard Guy Briggsaudit: add audit_backlog_wait_time configuration option
2014-01-14 Richard Guy Briggsaudit: clean up AUDIT_GET/SET local variables and futur...
2014-01-14 Richard Guy Briggsaudit: add kernel set-up parameter to override default...
2014-01-14 Dan Duvalaudit: efficiency fix 2: request exclusive wait since...
2014-01-14 Dan Duvalaudit: efficiency fix 1: only wake up if queue shorter...
2014-01-14 Richard Guy Briggsaudit: make use of remaining sleep time from wait_for_a...
2014-01-14 Richard Guy Briggsaudit: reset audit backlog wait time after error recovery
2014-01-14 Richard Guy Briggsaudit: listen in all network namespaces
2014-01-14 Richard Guy Briggsaudit: restore order of tty and ses fields in log output
2014-01-14 Richard Guy Briggsaudit: fix netlink portid naming and types
2014-01-14 Eric W. Biedermanaudit: Simplify and correct audit_log_capset
2014-01-13 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2014-01-12 John Stultzsched_clock: Disable seqlock lockdep usage in sched_clock()
2014-01-12 Rik van Rielsched: Calculate effective load even if local weight...
2014-01-10 Linus TorvaldsMerge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi...
2014-01-10 Linus TorvaldsMerge tag 'mfd-fixes-3.13-2' of git://git./linux/kernel...
2014-01-10 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2014-01-09 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2014-01-09 Linus TorvaldsMerge branch 'for-3.13-fixes' of git://git./linux/kerne...
2014-01-08 Dave AirlieMerge branch 'drm-nouveau-next' of git://anongit.freede...
2014-01-07 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2014-01-06 Mike TurquetteMerge tag 'samsung-clk-fixes' of git://git./linux/kerne...
2014-01-06 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2014-01-05 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2014-01-03 Linus TorvaldsMerge tag 'for-v3.13-fixes' of git://git.infradead...
2014-01-02 Linus TorvaldsMerge git://git.kernel.org/pub/scm/virt/kvm/kvm
2014-01-02 Linus TorvaldsMerge tag 'gfs2-fixes' of git://git./linux/kernel/git...
2014-01-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-01-02 Olof JohanssonMerge tag 'renesas-fixes3-for-v3.13' of git://git....
2014-01-01 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2014-01-01 Dave AirlieMerge branch 'drm-fixes-3.13' of git://people.freedeskt...
2013-12-31 Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-cpuidle'
2013-12-31 Rafael J. WysockiMerge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'
2013-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git.samba.org/sfrench...
2013-12-30 Linus TorvaldsMerge tag 'dt-fixes-for-3.13' of git://git./linux/kerne...
2013-12-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2013-12-30 Rob HerringMerge remote-tracking branch 'grant/devicetree/merge...
2013-12-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
next