aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris1-2/+2
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov2-12/+12
2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov1-8/+3
2013-07-03ptrace: add ability to get/set signal-blocked maskAndrey Vagin1-2/+42
2013-07-03kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause1-0/+3
2013-07-03kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2013-07-03kernel/sys.c: sys_reboot(): fix malformed panic messageliguang1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-2/+2
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-120/+294
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-29/+60
2013-07-03posix_timers: fix racy timer delta caching on task exitFrederic Weisbecker1-11/+11
2013-07-03posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()Frederic Weisbecker1-0/+1
2013-07-03posix_cpu_timers: consolidate expired timers checkFrederic Weisbecker1-85/+33
2013-07-03posix_cpu_timers: consolidate timer list cleanupsFrederic Weisbecker1-29/+19
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker1-160/+106
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-191/+287
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-656/+880
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-1/+45
2013-07-03module: cleanup call chain.Rusty Russell1-19/+16
2013-07-03module: do percpu allocation after uniqueness check. No, really!Rusty Russell1-16/+18
2013-07-02tracing: Make tracing_open_generic_{tr,tc}() staticSteven Rostedt (Red Hat)1-2/+2
2013-07-02tracing: Remove ftrace() functionzhangwei(Jovi)2-14/+0
2013-07-02tracing: Remove TRACE_EVENT_TYPE enum definitionzhangwei(Jovi)1-6/+0
2013-07-02tracing: Make tracer_tracing_{off,on,is_on}() staticSteven Rostedt (Red Hat)1-3/+3
2013-07-02tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-4/+17
2013-07-02uprobes: Fix return value in error handling pathzhangwei(Jovi)1-1/+3
2013-07-02tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)1-6/+17
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-858/+819
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-131/+350
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-68/+294
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-1208/+154
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-32/+352
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+20
2013-07-02tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2-4/+54
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2013-07-02Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+88
2013-07-02tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)1-9/+112
2013-07-02tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)1-18/+65
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner2-12/+61
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner1-2/+11
2013-07-02modules: don't fail to load on unknown parameters.Rusty Russell1-1/+12
2013-07-02There is no /sys/parametersJean Delvare1-1/+1
2013-07-02module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause1-8/+7
2013-07-01tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam3-2/+13
2013-07-01tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam1-1/+2
2013-07-01ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)3-2/+22
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov1-4/+2