summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-153-345/+683
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-0812-39/+98
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-083-345/+683
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| | * | | | | | | | tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-211-0/+11
| | * | | | | | | | ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-211-4/+4
| | * | | | | | | | tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| | * | | | | | | | ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-211-8/+8
| | * | | | | | | | ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-211-16/+25
| | * | | | | | | | ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| | * | | | | | | | ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| | * | | | | | | | ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| | * | | | | | | | ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| | * | | | | | | | ftrace: Replace record newlist with record page listSteven Rostedt2011-12-211-31/+37
| | * | | | | | | | ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| | * | | | | | | | ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-211-51/+49
| | * | | | | | | | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
| | * | | | | | | | ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13
* | | | | | | | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-144-40/+60
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-2/+2
| * | | | | | | | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-2/+10
| * | | | | | | | | | capabilities: remove task_ns_* functionsEric Paris2012-01-053-17/+3
| * | | | | | | | | | capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris2012-01-051-1/+1
| * | | | | | | | | | capabilities: style only - move capable below ns_capableEric Paris2012-01-051-16/+16
| * | | | | | | | | | capabilites: introduce new has_ns_capabilities_noauditEric Paris2012-01-051-5/+25
| * | | | | | | | | | capabilities: call has_ns_capability from has_capabilityEric Paris2012-01-051-16/+10
| * | | | | | | | | | capabilities: remove all _real_ interfacesEric Paris2012-01-051-3/+15
| * | | | | | | | | | capabilities: reverse arguments to security_capableEric Paris2012-01-051-1/+1
* | | | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-147-115/+146
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | module_param: make bool parameters really bool (core code)Rusty Russell2012-01-133-6/+6
| * | | | | | | | | | kernel/async: remove redundant declaration.Rusty Russell2012-01-131-2/+0
| * | | | | | | | | | printk: fix unnecessary module_param_name.Rusty Russell2012-01-131-1/+1
| * | | | | | | | | | module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-0/+24
| * | | | | | | | | | modules: sysfs - export: taint, coresize, initsizeKay Sievers2012-01-131-29/+64
OpenPOWER on IntegriCloud