summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-07-031-0/+62
* bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
* bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-032-63/+46
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-012-0/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-32/+66
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-291-0/+5
| |\
| | * bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+5
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-251-25/+46
| |\ \
| | * | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-9/+10
| | * | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-16/+36
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-251-1/+1
| |\ \ \
| | * | | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)Hendrik Brueckner2017-06-211-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-06-241-6/+14
| |\ \ \ | | |_|/ | |/| |
| | * | signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-171-6/+14
* | | | bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau2017-06-291-1/+3
* | | | bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-295-3/+67
* | | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-232-14/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-218-16/+56
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-06-212-7/+37
| |\ \ \ | | |_|/ | |/| |
| | * | livepatch: Fix stacking of patches with respect to RCUPetr Mladek2017-06-202-7/+37
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-183-6/+14
| |\ \ \
| | * | | tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2017-06-122-3/+3
| | * | | alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-041-0/+8
| | * | | alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-041-3/+3
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-06-182-2/+2
| |\ \ \ \
| | * | | | sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-111-1/+1
| | * | | | sched/fair: Fix typo in printk messageMarcin Nowakowski2017-06-111-1/+1
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-181-1/+3
| |\ \ \ \ \
| | * | | | | genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-131-1/+3
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-76/+46
|\ \ \ \ \ \ | |/ / / / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki2017-06-15136-3847/+8988
| |\ \ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-101-2/+2
| | | |\ \ \ \
| | | | * | | | cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior2017-06-031-2/+2
| | | | |/ / /
| | | * | | | Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-103-9/+8
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2017-06-093-9/+8
| | | | |\ \ \ \
| | | | | * | | | srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini2017-06-081-3/+2
| | | | | * | | | srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini2017-06-082-6/+6
| | | | | |/ / /
| | | * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-06-101-0/+21
| | | |\ \ \ \ \
| | | | * | | | | perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-081-0/+21
| | | | |/ / / /
| | | * | | | | Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-06-082-26/+5
| | | |\ \ \ \ \
| | | | | \ \ \ \
| | | | | \ \ \ \
| | | | *-. \ \ \ \ Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-092-26/+5
| | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | |
| | | | | | * | | | Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-072-26/+5
| | | * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-06-081-36/+10
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | Revert "printk: fix double printing with earlycon"Petr Mladek2017-06-081-36/+10
| * | | | | | | | | Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki2017-06-121-3/+0
* | | | | | | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-142-25/+67
* | | | | | | | | | bpf: reset id on spilled regs in clear_all_pkt_pointersDaniel Borkmann2017-06-101-2/+2
* | | | | | | | | | bpf: reset id on CONST_IMM transitionDaniel Borkmann2017-06-101-0/+2
* | | | | | | | | | bpf: don't check spilled reg state for non-STACK_SPILLed type slotsDaniel Borkmann2017-06-101-0/+2
OpenPOWER on IntegriCloud