summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-0112-115/+228
| |\ \ \ \
| | * | | | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-281-0/+15
| | * | | | bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
| | * | | | bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller2020-02-251-3/+15
| | * | | | bpf, lpm: Make locking RT friendlyThomas Gleixner2020-02-251-6/+6
| | * | | | bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-251-9/+56
| | * | | | bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-251-23/+46
| | * | | | bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-251-19/+8
| | * | | | bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-251-8/+4
| | * | | | bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-251-4/+5
| | * | | | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-251-3/+1
| | * | | | bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-251-10/+10
| | * | | | bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-251-8/+0
| | * | | | perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-251-2/+0
| | * | | | bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-251-2/+1
| | * | | | bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-251-2/+9
| | * | | | bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-251-1/+0
| | * | | | bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-251-2/+1
| | * | | | bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-251-4/+20
| | * | | | bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-251-4/+9
| | * | | | bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-251-11/+28
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2811-122/+225
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-223-10/+50
| |\ \ \ \ \
| | * | | | | net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-211-5/+0
| | * | | | | bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-3/+7
| | * | | | | bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-0/+41
| | * | | | | bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu2020-02-181-2/+2
* | | | | | | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-04-012-39/+51
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.6-rc7 into tty-nextGreg Kroah-Hartman2020-03-238-59/+110
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-5.7-console-exit' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2020-03-171-20/+29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | console: Introduce ->exit() callbackAndy Shevchenko2020-02-111-0/+3
| | * | | | | | | | console: Don't notify user space when unregister non-listed consoleAndy Shevchenko2020-02-111-1/+11
| | * | | | | | | | console: Avoid positive return code from unregister_console()Andy Shevchenko2020-02-111-2/+4
| | * | | | | | | | console: Drop misleading commentAndy Shevchenko2020-02-111-1/+0
| | * | | | | | | | console: Use for_each_console() helper in unregister_console()Andy Shevchenko2020-02-111-6/+5
| | * | | | | | | | console: Drop double check for console_drivers being non-NULLAndy Shevchenko2020-02-111-10/+6
| * | | | | | | | | Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-1012-130/+293
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov2020-03-071-19/+22
* | | | | | | | | | | Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-014-5/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-03-123-3/+9
| * | | | | | | | | | | audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb2020-02-101-2/+0
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom2020-03-171-0/+2
* | | | | | | | | | | | | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-313-14/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra2020-03-212-5/+5
| * | | | | | | | | | | | | lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra2020-03-212-5/+5
| * | | | | | | | | | | | | lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner2020-03-211-3/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-3110-111/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
| * | | | | | | | | | | | | time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5