summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-02-20sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-02-20hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2-19/+38
2016-02-20printk: prevent userland from spoofing kernel messagesMathias Krause1-5/+8
2016-02-20tracing: Fix setting of start_index in find_next()Qiu Peiyang1-0/+1
2016-02-20tracing: Update instance_rmdir() to use tracefs_remove_recursiveJiaxing Wang1-1/+1
2016-02-20kernel/signal.c: unexport sigsuspend()Richard Weinberger1-1/+1
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2016-01-31timers: Use proper base migration in add_timer_on()Tejun Heo1-3/+19
2015-12-15bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-12-15certs: add .gitignore to stop git nagging about x509_certificate_listPaul Gortmaker1-1/+0
2015-11-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+12
2015-10-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+6
2015-10-26memremap: fix highmem supportDan Williams1-2/+12
2015-10-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-12/+28
2015-10-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+6
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2-2/+16
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov1-2/+6
2015-10-21tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)1-0/+4
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)1-0/+7
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du1-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du1-2/+2
2015-10-17Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2-6/+2
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner1-1/+1
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-5/+1
2015-10-15Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira1-0/+2
2015-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+8
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann1-1/+0
2015-10-09genirq: Export handle_bad_irqArnd Bergmann1-0/+1
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+17
2015-10-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-09-30workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+5
2015-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-33/+81
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+11
2015-09-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+5
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra1-5/+5
2015-09-23userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli1-4/+3
2015-09-22Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-26/+88
2015-09-21rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney1-0/+5
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+11
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-41/+35
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-09-18perf: Fix races in computing the header sizesPeter Zijlstra1-6/+9