index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
2020-11-16
7
-13
/
+15
*
entry: Wire up syscall_work in common entry code
Gabriel Krisman Bertazi
2020-11-16
2
-6
/
+12
*
entry: Expose helpers to migrate TIF to SYSCALL_WORK flags
Gabriel Krisman Bertazi
2020-11-16
1
-0
/
+32
*
x86: Expose syscall_work field in thread_info
Gabriel Krisman Bertazi
2020-11-16
1
-0
/
+1
*
Merge branch 'x86/entry' into core/entry
Thomas Gleixner
2020-11-16
16
-50
/
+73
|
\
|
*
x86: Wire up TIF_NOTIFY_SIGNAL
Jens Axboe
2020-10-29
1
-0
/
+2
|
*
x86: Reclaim TIF_IA32 and TIF_X32
Gabriel Krisman Bertazi
2020-10-26
2
-10
/
+0
|
*
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
2020-10-26
4
-10
/
+20
|
*
x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()
Gabriel Krisman Bertazi
2020-10-26
2
-4
/
+6
|
*
elf: Expose ELF header on arch_setup_additional_pages()
Gabriel Krisman Bertazi
2020-10-26
3
-4
/
+14
|
*
x86/elf: Use e_machine to select start_thread for x32
Gabriel Krisman Bertazi
2020-10-26
2
-5
/
+5
|
*
elf: Expose ELF header in compat_start_thread()
Gabriel Krisman Bertazi
2020-10-26
3
-3
/
+13
|
*
x86/elf: Use e_machine to choose DLINFO in compat
Gabriel Krisman Bertazi
2020-10-26
1
-1
/
+1
|
*
x86/oprofile: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
2020-10-26
1
-1
/
+1
|
*
x86/compat: Simplify compat syscall userspace allocation
Gabriel Krisman Bertazi
2020-10-26
1
-8
/
+7
|
*
perf/x86: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
2020-10-26
4
-4
/
+4
*
|
entry: Fix spelling/typo errors in irq entry code
Ira Weiny
2020-11-15
2
-4
/
+4
*
|
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
2020-11-04
7
-50
/
+87
*
|
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
2020-11-04
15211
-310189
/
+581524
|
\
\
|
*
|
entry: Fix the incorrect ordering of lockdep and RCU check
Thomas Gleixner
2020-11-04
1
-2
/
+2
|
*
|
Linux 5.10-rc2
v5.10-rc2
Linus Torvalds
2020-11-01
1
-1
/
+1
|
*
|
Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-11-01
1
-13
/
+30
|
|
\
\
|
|
*
|
x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)
Peter Zijlstra
2020-10-27
1
-3
/
+6
|
|
*
|
x86/debug: Only clear/set ->virtual_dr6 for userspace #DB
Peter Zijlstra
2020-10-27
1
-6
/
+6
|
|
*
|
x86/debug: Fix BTF handling
Peter Zijlstra
2020-10-27
1
-7
/
+21
|
*
|
|
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-11-01
5
-16
/
+6
|
|
\
\
\
|
|
*
|
|
time: Prevent undefined behaviour in timespec64_to_ns()
Zeng Tao
2020-10-26
2
-4
/
+4
|
|
*
|
|
timers: Remove unused inline funtion debug_timer_free()
YueHaibing
2020-10-26
1
-5
/
+0
|
|
*
|
|
hrtimer: Remove unused inline function debug_hrtimer_free()
YueHaibing
2020-10-26
1
-5
/
+0
|
|
*
|
|
time/sched_clock: Mark sched_clock_read_begin/retry() as notrace
Quanyang Wang
2020-10-26
1
-2
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-11-01
2
-2
/
+2
|
|
\
\
\
|
|
*
|
|
stop_machine, rcu: Mark functions as notrace
Zong Li
2020-10-26
2
-2
/
+2
|
|
|
/
/
|
*
|
|
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-11-01
2
-14
/
+10
|
|
\
\
\
|
|
*
|
|
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
2020-10-30
1
-10
/
+4
|
|
*
|
|
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
2020-10-30
1
-1
/
+1
|
|
*
|
|
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
2020-10-28
1
-1
/
+3
|
|
*
|
|
lockdep: Fix preemption WARN for spurious IRQ-enable
Peter Zijlstra
2020-10-22
1
-2
/
+2
|
*
|
|
|
Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-11-01
95
-26793
/
+34
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...
Greg Kroah-Hartman
2020-10-30
6
-13
/
+25
|
|
|
\
\
\
\
|
|
|
*
|
|
|
interconnect: qcom: use icc_sync state for sm8[12]50
Dmitry Baryshkov
2020-10-27
2
-6
/
+8
|
|
|
*
|
|
|
interconnect: qcom: Ensure that the floor bandwidth value is enforced
Georgi Djakov
2020-10-22
1
-0
/
+7
|
|
|
*
|
|
|
interconnect: qcom: sc7180: Init BCMs before creating the nodes
Georgi Djakov
2020-10-15
1
-3
/
+3
|
|
|
*
|
|
|
interconnect: qcom: sdm845: Init BCMs before creating the nodes
Georgi Djakov
2020-10-15
1
-3
/
+3
|
|
|
*
|
|
|
interconnect: Aggregate before setting initial bandwidth
Georgi Djakov
2020-10-15
1
-0
/
+3
|
|
|
*
|
|
|
interconnect: qcom: sdm845: Enable keepalive for the MM1 BCM
Georgi Djakov
2020-10-15
1
-1
/
+1
|
|
*
|
|
|
|
coresight: cti: Initialize dynamic sysfs attributes
Suzuki K Poulose
2020-10-29
1
-0
/
+7
|
|
*
|
|
|
|
coresight: Fix uninitialised pointer bug in etm_setup_aux()
Mike Leach
2020-10-29
1
-1
/
+1
|
|
*
|
|
|
|
coresight: add module license
Arnd Bergmann
2020-10-29
1
-0
/
+1
|
|
*
|
|
|
|
misc: mic: remove the MIC drivers
Sudeep Dutt
2020-10-28
86
-26779
/
+0
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-11-01
250
-2493
/
+4134
|
|
\
\
\
\
\
[next]