summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
* kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
* kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
* kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-192-10/+14
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
*-. Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds2015-02-061-1/+1
|\ \
| * | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-063-7/+34
|\ \ \
| * | | sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2015-02-042-6/+30
| * | | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-281-0/+3
| * | | sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich2015-01-281-1/+1
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-061-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-01-231-0/+2
* | | | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-3/+2
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-301-2/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-01-281-2/+13
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-271-8/+17
|\ \ \ | |/ / |/| |
| * | bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-261-8/+17
| |/
* | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-261-1/+1
|\ \
| * | cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner2015-01-221-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-251-0/+4
|\ \ \
| * | | x86, mpx: Strictly enforce empty prctl() argsDave Hansen2015-01-221-0/+4
| | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-01-252-0/+11
|\ \ \
| * \ \ Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-222-0/+11
| |\ \ \
| | * | | time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-071-0/+7
| | * | | time: settimeofday: Validate the values of tv from userSasha Levin2015-01-071-0/+4
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-235-26/+74
|\ \ \ \ \
| * | | | | module: make module_refcount() a signed integer.Rusty Russell2015-01-222-5/+14
| * | | | | module: fix race in kallsyms resolution during module load success.Rusty Russell2015-01-201-13/+42
| * | | | | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-203-9/+9
| * | | | | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-0/+7
| * | | | | param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell2015-01-201-0/+1
| * | | | | param: initialize store function to NULL if not available.Rusty Russell2014-12-231-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-211-17/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-01-161-17/+8
| |/ / /
* | | | kernel: avoid overflow in cmp_rangeLouis Langholtz2015-01-171-5/+5
* | | | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-01-173-23/+100
|\ \ \ \
| * | | | tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)2015-01-151-14/+55
| * | | | tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)2015-01-151-1/+0
| * | | | ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-151-7/+20
| * | | | ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-151-1/+25
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-01-113-30/+14
|\ \ \ \ \
| * | | | | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa2015-01-091-0/+4
| * | | | | sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-091-18/+1
| * | | | | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-091-3/+3
| * | | | | sched: Fix odd values in effective_load() calculationsYuyang Du2015-01-091-1/+1
| * | | | | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocationAlex Thorlton2014-12-231-8/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-111-11/+8
|\ \ \ \ \