summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched, block: Unify cache detectionPeter Zijlstra2012-01-271-3/+3
* sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-01-271-0/+5
* sched: Fix ancient race in do_exit()Yasunori Goto2012-01-271-0/+16
* sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugSuresh Siddha2012-01-261-5/+29
* sched/s390: Fix compile error in sched/core.cChristian Borntraeger2012-01-261-0/+1
* sched: Fix rq->nr_uninterruptible update racePeter Zijlstra2012-01-261-12/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-241-0/+25
|\
| * net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-221-0/+25
* | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-231-1/+2
|\ \
| * | PM / Hibernate: Correct additional pages number calculationNamhyung Kim2012-01-191-1/+2
| |/
* | Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2012-01-232-4/+4
|\ \
| * | kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2012-01-231-2/+1
| * | kernel-doc: fix new warnings in auditsc.cRandy Dunlap2012-01-231-2/+3
* | | kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-231-1/+1
|/ /
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-191-3/+4
|\ \ \ | |_|/ |/| |
| | * tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-161-3/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-177-295/+474
|\ \ \
| * | | 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
* | | | Revert "capabitlies: ns_capable can use the cap helpers rather than lsm call"Linus Torvalds2012-01-171-1/+1
* | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-162-8/+8
|\ \ \ \
| * | | | PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song2012-01-141-6/+7
| * | | | PM: Make sysrq-o be available for CONFIG_PM unsetRafael J. Wysocki2012-01-141-2/+1
* | | | | error: implicit declaration of function 'module_flags_taint'Kevin Winchester2012-01-151-20/+20
* | | | | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-151-3/+5
|\ \ \ \ \
| * | | | | block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-141-1/+1
| * | | | | block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-141-3/+5