index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
kernel: Implement selective syscall userspace redirection
Gabriel Krisman Bertazi
5
-1
/
+118
2020-11-19
context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...
Frederic Weisbecker
1
-1
/
+1
2020-11-19
sched: Detect call to schedule from critical entry code
Frederic Weisbecker
1
-0
/
+1
2020-11-16
entry: Drop usage of TIF flags in the generic syscall code
Gabriel Krisman Bertazi
1
-10
/
+7
2020-11-16
audit: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
1
-2
/
+2
2020-11-16
ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
3
-16
/
+17
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
3
-6
/
+6
2020-11-16
tracepoints: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
3
-8
/
+8
2020-11-16
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
3
-5
/
+5
2020-11-16
entry: Wire up syscall_work in common entry code
Gabriel Krisman Bertazi
1
-6
/
+9
2020-11-15
entry: Fix spelling/typo errors in irq entry code
Ira Weiny
1
-2
/
+2
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-0
/
+36
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
228
-3612
/
+14204
2020-11-04
entry: Fix the incorrect ordering of lockdep and RCU check
Thomas Gleixner
1
-2
/
+2
2020-11-01
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+2
2020-11-01
Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-14
/
+10
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-3
/
+3
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+5
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-30
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2020-10-29
params: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
tracepoint: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set
Rafael J. Wysocki
1
-2
/
+4
2020-10-29
entry: Fixup irqentry_enter() comment
Ira Weiny
1
-1
/
+1
2020-10-29
task_work: Use TIF_NOTIFY_SIGNAL if available
Jens Axboe
1
-12
/
+29
2020-10-29
entry: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
3
-3
/
+28
2020-10-29
signal: Add task_sigpending() helper
Jens Axboe
2
-5
/
+5
2020-10-28
Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+22
2020-10-28
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
1
-1
/
+3
2020-10-27
PM: sleep: fix typo in kernel/power/process.c
Jackie Zamow
1
-1
/
+1
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
1
-14
/
+22
2020-10-26
stop_machine, rcu: Mark functions as notrace
Zong Li
2
-2
/
+2
2020-10-26
time: Prevent undefined behaviour in timespec64_to_ns()
Zeng Tao
1
-4
/
+0
2020-10-26
timers: Remove unused inline funtion debug_timer_free()
YueHaibing
1
-5
/
+0
2020-10-26
hrtimer: Remove unused inline function debug_hrtimer_free()
YueHaibing
1
-5
/
+0
2020-10-26
time/sched_clock: Mark sched_clock_read_begin/retry() as notrace
Quanyang Wang
1
-2
/
+2
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
8
-9
/
+9
2020-10-25
kernel/sys.c: fix prototype of prctl_get_tid_address()
Rasmus Villemoes
1
-3
/
+3
2020-10-25
Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2020-10-25
Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+12
2020-10-25
Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux
Linus Torvalds
3
-7
/
+7
2020-10-25
Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+2
2020-10-24
Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
1
-0
/
+2
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
1
-7
/
+0
2020-10-23
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-5
/
+5
2020-10-23
Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+3
[next]