summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-111-4/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-078-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-053-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-06-011-9/+31
| * | | | | | | | bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov2017-06-011-0/+1
| * | | | | | | | bpf: teach verifier to track stack depthAlexei Starovoitov2017-06-011-1/+9
| * | | | | | | | bpf: split bpf core interpreterAlexei Starovoitov2017-06-011-7/+14
| * | | | | | | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-06-012-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-131-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-046-27/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-185-26/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | irq: update genericirq book locationMauro Carvalho Chehab2017-05-163-3/+3
| | * | | | | | | | | | | | | | | | mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-162-23/+23
| * | | | | | | | | | | | | | | | | doc: ReSTify credentials.txtKees Cook2017-05-181-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-042-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-1223-142/+156
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FSRoberto Pereira2017-06-091-0/+2
| * | | | | | | | | | | | | | | | | config: android-base: add CGROUP_BPFChenbo Feng2017-06-091-0/+1
| * | | | | | | | | | | | | | | | | config: android-base: add CONFIG_MODULES optionGreg Kroah-Hartman2017-06-091-1/+3
| * | | | | | | | | | | | | | | | | config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman2017-06-091-0/+2