summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi5-1/+118
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker1-1/+1
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker1-0/+1
2020-11-16entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi1-10/+7
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-2/+2
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi3-16/+17
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi3-6/+6
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi3-8/+8
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi3-5/+5
2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi1-6/+9
2020-11-15entry: Fix spelling/typo errors in irq entry codeIra Weiny1-2/+2
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-0/+36
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner228-3612/+14204
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkThomas Gleixner1-2/+2
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+2
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-14/+10
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+3
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-30Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+5
2020-10-30lockdep: Fix nr_unused_locks accountingPeter Zijlstra1-10/+4
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra1-1/+1
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2020-10-29params: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-29tracepoint: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-10-29entry: Fixup irqentry_enter() commentIra Weiny1-1/+1
2020-10-29task_work: Use TIF_NOTIFY_SIGNAL if availableJens Axboe1-12/+29
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe3-3/+28
2020-10-29signal: Add task_sigpending() helperJens Axboe2-5/+5
2020-10-28Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+22
2020-10-28futex: Fix incorrect should_fail_futex() handlingMateusz Nosek1-1/+3
2020-10-27PM: sleep: fix typo in kernel/power/process.cJackie Zamow1-1/+1
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li2-2/+2
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing1-5/+0
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing1-5/+0
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches8-9/+9
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2020-10-25Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+12
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds3-7/+7
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+2
2020-10-24Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-10-23Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-5/+5
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+3