summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-1/+1
* trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann2017-02-031-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-11/+10
|\
| * Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2017-01-311-3/+5
| |\
| | * tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)2017-01-311-3/+5
| * | Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-01-311-8/+5
| |\ \
| | * | cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo2017-01-261-8/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2819-92/+194
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-274-36/+50
| |\ \ \
| | * | | bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-184-36/+50
| * | | | Merge tag 'pm-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-01-261-2/+2
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2017-01-271-2/+2
| | |\ \ \ \ \
| | | | * | | | CPU/hotplug: Clarify description of __cpuhp_setup_state() return valueBoris Ostrovsky2016-12-211-1/+5
| | | * | | | | Revert "PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flag"Rafael J. Wysocki2017-01-201-2/+2
| * | | | | | | sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-01-261-0/+1
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-243-1/+13
| |\ \ \ \ \ \ \
| | * | | | | | | kernel/panic.c: add missing \nJiri Slaby2017-01-241-1/+1
| | * | | | | | | kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2017-01-242-0/+12
| | |/ / / / / /
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-01-241-6/+8
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | userns: Make ucounts lock irq-safeNikolay Borisov2017-01-241-6/+8
| * | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser2017-01-181-2/+0
| * | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-181-4/+18
| |\| | | | | | |
| | * | | | | | | cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner2017-01-161-4/+18
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-187-39/+100
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2017-01-167-39/+100
| | |\ \ \ \ \ \ \
| | | * | | | | | | rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-146-35/+100
| | | * | | | | | | rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney2017-01-141-4/+0
| * | | | | | | | | Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-01-172-2/+2
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger2017-01-172-2/+2
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-253-3/+42
* | | | | | | | | trace: add variant without spacing in trace_print_hex_seqDaniel Borkmann2017-01-251-3/+4
* | | | | | | | | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-19/+45
* | | | | | | | | bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-231-1/+1
* | | | | | | | | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-232-1/+504
* | | | | | | | | bpf: add bpf_probe_read_str helperGianluca Borello2017-01-201-0/+32
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-179-59/+169
|\| | | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-173-11/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-163-11/+13
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-01-151-4/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | pid: fix lockdep deadlock warning due to ucount_lockAndrei Vagin2017-01-101-4/+6
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-01-152-2/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2017-01-112-2/+9
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-151-42/+133
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-01-141-16/+31
| | * | | | | | | perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-01-141-4/+54
| | * | | | | | | perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-01-141-22/+48
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-131-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | capability: export has_capabilityJike Song2017-01-121-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-131-0/+7
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |