aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-15
* ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-15
* ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-15
* ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-03-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-09
|\
| * Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-09
| |\
| | * ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-09
| | * ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-09
| | * ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-09
| * | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-09
| |\ \
| | * | cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-02
| | * | cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li2015-03-02
| | * | cpuset: initialize effective masks when clone_children is enabledZefan Li2015-03-02
| * | | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-09
| |\ \ \
| | * | | workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-05
| | |/ /
| * | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-08
| |\ \ \
| | * | | console: Fix console name size mismatchPeter Hurley2015-03-06
| | | |/ | | |/|
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-07
| |\ \ \
| | * | | kernel/module.c: Update debug alignment after symtable generationLaura Abbott2015-03-06
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-06
| |\ \ \
| | * | | livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra2015-03-02
| * | | | Merge branch 'irq-pm'Rafael J. Wysocki2015-03-05
| |\ \ \ \
| | * | | | genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2015-03-04
| | | |_|/ | | |/| |
| * | | | Merge branch 'suspend-to-idle'Rafael J. Wysocki2015-03-05
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-05
| | * | | cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki2015-03-02
| | * | | idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-28
| | |/ /
* | | | ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann2015-03-06
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-03
|\| | |
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-03-01
| |\ \ \
| | * | | locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-01
| * | | | kernel/sys.c: fix UNAME26 for 4.0Jon DeVree2015-02-28
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-24
| |\ \ \ | | |/ / | |/| / | | |/
| | * livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek2015-02-22
| | * livepatch: fix format string in kobject_init_and_add()Jiri Kosina2015-02-16
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-21
| |\ \
| | * | MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton2015-02-12
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-02-21
| |\ \ \
| | * | | ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-18
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-21
| |\ \ \ \
| | * | | | locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-18
| | |/ / /
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-21
| |\ \ \ \
| | * | | | sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-18
| | * | | | sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-18
| | * | | | sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-18
| | * | | | sched: Prevent recursion in io_schedule()NeilBrown2015-02-18
| | * | | | sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-18
| | * | | | sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-18
| | * | | | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-18
| | * | | | sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-18