index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-29
perf,mm: Handle non-page-table-aligned hugetlbfs
Peter Zijlstra
1
-6
/
+33
2020-10-29
perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
1
-1
/
+10
2020-10-29
perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE
Kan Liang
1
-0
/
+103
2020-10-29
sched/fair: Check for idle core in wake_affine
Julia Lawall
1
-0
/
+3
2020-10-29
sched: Remove relyance on STRUCT_ALIGNMENT
Peter Zijlstra
6
-12
/
+24
2020-10-29
sched: Reenable interrupts in do_sched_yield()
Thomas Gleixner
1
-5
/
+1
2020-10-29
sched: membarrier: document memory ordering scenarios
Mathieu Desnoyers
1
-0
/
+128
2020-10-29
sched: membarrier: cover kthread_use_mm (v4)
Mathieu Desnoyers
3
-4
/
+25
2020-10-29
sched: fix exit_mm vs membarrier (v4)
Mathieu Desnoyers
2
-1
/
+27
2020-10-29
sched/fair: Exclude the current CPU from find_new_ilb()
Peter Zijlstra
1
-0
/
+4
2020-10-29
sched/cpupri: Add CPUPRI_HIGHER
Peter Zijlstra
3
-4
/
+14
2020-10-29
sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1
Peter Zijlstra
2
-14
/
+36
2020-10-29
sched/cpupri: Remove pri_to_cpu[1]
Dietmar Eggemann
2
-5
/
+5
2020-10-29
sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]
Dietmar Eggemann
2
-10
/
+7
2020-10-29
sched/deadline: Fix sched_dl_global_validate()
Peng Liu
2
-26
/
+21
2020-10-29
sched/deadline: Optimize sched_dl_global_validate()
Peng Liu
3
-7
/
+42
2020-10-29
sched/fair: Improve the accuracy of sched_stat_wait statistics
jun qian
1
-0
/
+9
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
bpf: Permit cond_resched for some iterators
Yonghong Song
2
-0
/
+16
2020-10-28
don't dump the threads that had been already exiting when zapped.
Al Viro
1
-1
/
+4
2020-10-28
genirq/irqdomain: Implement get_name() method on irqchip fwnodes
David Woodhouse
1
-1
/
+10
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
audit: trigger accompanying records when no rules present
Richard Guy Briggs
2
-20
/
+10
2020-10-27
audit: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
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-26
timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_t
Davidlohr Bueso
2
-2
/
+3
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
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-7
/
+5
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-17
/
+24
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+0
2020-10-22
Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+11
[prev]
[next]