summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-241-19/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-241-4/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-241-10/+10
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-241-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-241-2/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-241-4/+20
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-241-4/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-241-11/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2711-122/+225
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-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-03-312-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-03-314-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-303-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-3010-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
| * | | | | | | | | | | | | | | | | | | | | | | | | | tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
| * | | | | | | | | | | | | | | | | | | | | | | | | | hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-03-041-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Stop disabling timers on mt-execEric W. Biederman2020-03-041-10/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-18/+55