aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-07-09audit: Fix decimal constant descriptionMichal Simek
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang
2013-07-09kernel/auditfilter.c: fixing build warningRaphael S. Carvalho
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-06hrtimer: Remove unused variableThomas Gleixner
2013-07-05hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao
2013-07-03kernel/pid.c: move statementRaphael S. Carvalho
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksOleg Nesterov
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Oleg Nesterov
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov
2013-07-03fork: reorder permissions when violating number of processes limitsEric Paris
2013-07-03exit.c: unexport __set_special_pids()Oleg Nesterov
2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov
2013-07-03ptrace: add ability to get/set signal-blocked maskAndrey Vagin
2013-07-03kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause
2013-07-03kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()Oleg Nesterov
2013-07-03kernel/sys.c: sys_reboot(): fix malformed panic messageliguang
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-03posix_timers: fix racy timer delta caching on task exitFrederic Weisbecker
2013-07-03posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()Frederic Weisbecker
2013-07-03posix_cpu_timers: consolidate expired timers checkFrederic Weisbecker
2013-07-03posix_cpu_timers: consolidate timer list cleanupsFrederic Weisbecker
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-07-02Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-02Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar
2013-06-29cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existi...Tejun Heo