summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ebpf: bpf_map_*: fix linker error on avr32 and openrisc archDaniel Borkmann2015-03-061-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0316-163/+247
|\
| * Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-03-011-0/+1
| |\
| | * locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-011-0/+1
| * | kernel/sys.c: fix UNAME26 for 4.0Jon DeVree2015-02-281-1/+2
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-241-5/+5
| |\
| | * livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek2015-02-221-3/+3
| | * livepatch: fix format string in kobject_init_and_add()Jiri Kosina2015-02-161-2/+2
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-211-0/+12
| |\ \
| | * | MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPSPaul Burton2015-02-121-0/+12
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-02-211-3/+7
| |\ \ \
| | * | | ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-02-181-3/+7
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-1/+2
| |\ \ \ \
| | * | | | locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-181-1/+2
| | |/ / /
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-215-99/+148
| |\ \ \ \
| | * | | | sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| | * | | | sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-182-5/+7
| | * | | | sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-181-0/+1
| | * | | | sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12
| | * | | | sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-181-2/+17
| | * | | | sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| | * | | | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-181-0/+20
| | * | | | sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-183-85/+79
| | * | | | sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2015-02-211-0/+1
| |\ \ \ \ \ | | | |/ / /
| | * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2015-02-181-0/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | rcu: Clear need_qs flag to prevent splatPaul E. McKenney2015-02-111-0/+1
| * | | | | Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-205-23/+64
| |\ \ \ \ \
| | * | | | | debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
| | * | | | | 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 branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-191-31/+5
| |\ \ \ \ \ \
| | * | | | | | kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada2015-01-091-19/+4
| | * | | | | | kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada2015-01-091-3/+3
| | * | | | | | kbuild,gcov: remove unnecessary workaroundMasahiro Yamada2015-01-091-12/+1
| | * | | | | | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
* | | | | | | | cls_bpf: add initial eBPF support for programmable classifiersDaniel Borkmann2015-03-011-0/+2
* | | | | | | | ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann2015-03-012-6/+5
* | | | | | | | ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-2/+13
* | | | | | | | ebpf: constify various function pointer structsDaniel Borkmann2015-03-013-9/+9
* | | | | | | | ebpf: remove kernel test stubsDaniel Borkmann2015-03-012-81/+0
|/ / / / / / /
* | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-151/+37
|\ \ \ \ \ \ \
| * | | | | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-232-109/+13
| * | | | | | | audit: fix filename matching in __audit_inode() and __audit_inode_child()Paul Moore2015-01-231-9/+25
| * | | | | | | audit: enable filename recording via getname_kernel()Paul Moore2015-01-231-37/+3
OpenPOWER on IntegriCloud