summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-159-76/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-101-4/+6
| * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-068-23/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann2017-06-061-1/+0
| * | | | | | | | | | | | | | | | | | | | | | bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-17/+146
| * | | | | | | | | | | | | | | | | | | | | | bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
| * | | | | | | | | | | | | | | | | | | | | | bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
| * | | | | | | | | | | | | | | | | | | | | | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
| * | | | | | | | | | | | | | | | | | | | | | bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
| * | | | | | | | | | | | | | | | | | | | | | bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
| * | | | | | | | | | | | | | | | | | | | | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-043-54/+43
| * | | | | | | | | | | | | | | | | | | | | | bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
| * | | | | | | | | | | | | | | | | | | | | | bpf: Allow CGROUP_SKB eBPF program to access sk_buffChenbo Feng2017-06-021-0/+1
| * | | | | | | | | | | | | | | | | | | | | | bpf: use different interpreter depending on required stack sizeAlexei Starovoitov2017-05-311-9/+31
| * | | | | | | | | | | | | | | | | | | | | | bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-05-311-0/+1
| * | | | | | | | | | | | | | | | | | | | | | bpf: teach verifier to track stack depthAlexei Starovoitov2017-05-311-1/+9
| * | | | | | | | | | | | | | | | | | | | | | bpf: split bpf core interpreterAlexei Starovoitov2017-05-311-7/+14
| * | | | | | | | | | | | | | | | | | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-312-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Switch from atomic_t to recount_tKees Cook2017-06-261-5/+5
| * | | | | | | | | | | | | | | | | | | | | | seccomp: Clean up core dump logicKees Cook2017-06-261-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-053-49/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | audit: make sure we never skip the multicast broadcastPaul Moore2017-06-161-3/+2
| * | | | | | | | | | | | | | | | | | | | audit: fix a race condition with the auditd tracking codePaul Moore2017-06-131-13/+23
| * | | | | | | | | | | | | | | | | | | | audit: style fixDerek Robson2017-06-121-14/+14
| * | | | | | | | | | | | | | | | | | | | audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs2017-05-302-3/+10
| * | | | | | | | | | | | | | | | | | | | audit: unswing cap_* fields in PATH recordsRichard Guy Briggs2017-05-231-16/+4
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-07-053-14/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.13' into for-linusPetr Mladek2017-07-033-14/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | printk: add __printf attributes to internal functionsNicolas Iooss2017-06-131-5/+5
| | * | | | | | | | | | | | | | | | | | | | printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek2017-05-193-9/+42
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-044-14/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-032-7/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'uuid-types'Rafael J. Wysocki2017-06-221-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-152-7/+30
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2017-07-032-7/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | PM: hibernate: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo2017-06-271-3/+2
| | * | | | | | | | | | | | | | | | | | | | | | PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh2017-06-271-3/+3
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'uuid-types'Rafael J. Wysocki2017-07-031-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-036-27/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-185-26/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud