summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: no leading space in audit_log_d_path prefixKees Cook2012-01-172-4/+4
* audit: fix signedness bug in audit_log_execve_info()Xi Wang2012-01-171-2/+2
* audit: comparison on interprocess fieldsPeter Moody2012-01-171-0/+39
* audit: implement all object interfield comparisonsPeter Moody2012-01-171-0/+29
* audit: allow interfield comparison between gid and ogidEric Paris2012-01-171-0/+6
* audit: complex interfield comparison helperEric Paris2012-01-171-11/+39
* audit: allow interfield comparison in audit rulesEric Paris2012-01-172-2/+33
* audit: do not call audit_getname on errorEric Paris2012-01-171-3/+0
* audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-1/+10
* audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-3/+3
* audit: allow audit matching on inode gidEric Paris2012-01-172-0/+13
* audit: allow matching on obj_uidEric Paris2012-01-172-0/+13
* audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-172-22/+0
* audit: reject entry,always rulesEric Paris2012-01-171-2/+4
* audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-172-3/+2
* audit: inline checks for not needing to collect aux recordsEric Paris2012-01-171-12/+3
* audit: drop some potentially inadvisable likely notationsEric Paris2012-01-171-6/+6
* audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris2012-01-171-5/+1
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-1/+1
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-4/+12
* seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-172-21/+31
* audit: check current inode and containing object when filtering on major and ...Eric Paris2012-01-171-10/+14
* audit: drop the meaningless and format breaking word 'user'Eric Paris2012-01-171-1/+1
* audit: dynamically allocate audit_names when not enough space is in the names...Eric Paris2012-01-171-188/+215
* audit: make filetype matching consistent with other filtersEric Paris2012-01-172-12/+11
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-0/+9
|\
| * x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+9
* | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-102-0/+4
|\ \
| * | writeback: dirty ratelimit - think time compensationWu Fengguang2011-12-181-0/+1
| * | writeback: charge leaked page dirties to active tasksWu Fengguang2011-12-181-0/+3
* | | Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds2012-01-104-13/+95
|\ \ \
| * | | user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-101-3/+40
| * | | workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2012-01-101-10/+22
| * | | signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-101-0/+21
| * | | tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-101-0/+6
| * | | PM/Hibernate: do not count debug pages as savableStanislaw Gruszka2012-01-101-0/+6
* | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity2011-12-2712-306/+476
| |\ \ \
| * | | | jump-label: export jump_label_inc/jump_label_decXiao Guangrong2011-12-271-0/+2
* | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-098-261/+326
|\ \ \ \ \
| * | | | | cgroup: fix to allow mounting a hierarchy by nameLi Zefan2012-01-051-3/+3
| * | | | | cgroup: move assignement out of condition in cgroup_attach_proc()Dan Carpenter2012-01-041-2/+5
| * | | | | cgroup: Remove task_lock() from cgroup_post_fork()Frederic Weisbecker2011-12-271-3/+12
| * | | | | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end()Kirill A. Shutemov2011-12-271-0/+2
| * | | | | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as staticKirill A. Shutemov2011-12-271-2/+2
| * | | | | cgroup: only need to check oldcgrp==newgrp onceMandeep Singh Baines2011-12-221-16/+6
| * | | | | cgroup: remove redundant get/put of task structMandeep Singh Baines2011-12-221-9/+2
| * | | | | cgroup: remove redundant get/put of old css_set from migrateMandeep Singh Baines2011-12-221-20/+8
| * | | | | cgroup: Remove unnecessary task_lock before fetching css_set on migrationFrederic Weisbecker2011-12-211-10/+10
| * | | | | cgroup: Drop task_lock(parent) on cgroup_fork()Frederic Weisbecker2011-12-211-6/+17