summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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/+49Star
| | * | | | | | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-211-38/+215
| | * | | | | | ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13Star
* | | | | | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-154-40/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-061-2/+2
| * | | | | | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-061-2/+10
| * | | | | | | | capabilities: remove task_ns_* functionsEric Paris2012-01-063-17/+3Star
| * | | | | | | | capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris2012-01-061-1/+1
| * | | | | | | | capabilities: style only - move capable below ns_capableEric Paris2012-01-061-16/+16
| * | | | | | | | capabilites: introduce new has_ns_capabilities_noauditEric Paris2012-01-061-5/+25
| * | | | | | | | capabilities: call has_ns_capability from has_capabilityEric Paris2012-01-061-16/+10Star
| * | | | | | | | capabilities: remove all _real_ interfacesEric Paris2012-01-061-3/+15
| * | | | | | | | capabilities: reverse arguments to security_capableEric Paris2012-01-061-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/+0Star
| * | | | | | | | 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
| * | | | | | | | kernel/params: replace DEBUGP with pr_debugJim Cromie2012-01-131-10/+4Star
| * | | | | | | | module: replace DEBUGP with pr_debugJim Cromie2012-01-131-26/+20Star
| * | | | | | | | module: struct module_ref should contains long fieldsEric Dumazet2012-01-132-5/+5
| * | | | | | | | module: Fix performance regression on modules with large symbol tablesKevin Cernekee2012-01-131-44/+21Star
| * | | | | | | | module: Add comments describing how the "strmap" logic worksKevin Cernekee2012-01-131-0/+9
* | | | | | | | | c/r: prctl: add PR_SET_MM codes to set up mm_struct entriesCyrill Gorcunov2012-01-131-0/+121
* | | | | | | | | panic: don't print redundant backtraces on oopsAndi Kleen2012-01-131-1/+5
* | | | | | | | | sysctl: add the kernel.ns_last_pid controlPavel Emelyanov2012-01-132-1/+34
* | | | | | | | | kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu2012-01-131-1/+17
* | | | | | | | | kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu2012-01-131-5/+4Star
* | | | | | | | | kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu2012-01-131-0/+15
* | | | | | | | | kexec: remove KMSG_DUMP_KEXECWANG Cong2012-01-131-3/+0Star
* | | | | | | | | treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-132-4/+4
* | | | | | | | | kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd2012-01-131-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-122-10/+7Star
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | sched: Fix lockup by limiting load-balance retries on lock-breakPeter Zijlstra2012-01-111-3/+7
| * | | | | | sched: Remove empty #ifdefsHiroshi Shimamoto2012-01-101-7/+0Star
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-121-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-112-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-114-13/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | user namespace: make signal.c respect user namespacesSerge E. Hallyn2012-01-111-3/+40