index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-12-03
3
-16
/
+23
|
\
|
*
Merge branch 'timers/urgent' into timers/core, to pick up fix
Ingo Molnar
2019-11-25
20
-95
/
+236
|
|
\
|
|
*
time: Zero the upper 32-bits in __kernel_timespec on 32-bit
Dmitry Safonov
2019-11-21
1
-1
/
+2
|
*
|
time: Rename tsk->real_start_time to ->start_boottime
Peter Zijlstra
2019-11-13
1
-1
/
+1
|
*
|
time: Fix spelling mistake in comment
Mukesh Ojha
2019-11-12
1
-1
/
+1
|
*
|
time: Optimize ns_to_timespec64()
Arnd Bergmann
2019-11-12
1
-9
/
+12
|
*
|
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
2019-11-06
1
-4
/
+7
*
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-03
6
-25
/
+61
|
\
\
\
|
*
\
\
Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
2019-11-20
1
-0
/
+44
|
|
\
\
\
|
|
*
|
|
genirq: Introduce irq_chip_get/set_parent_state calls
Maulik Shah
2019-11-16
1
-0
/
+44
|
*
|
|
|
genirq: Fix function documentation of __irq_alloc_descs()
luanshi
2019-11-15
1
-1
/
+1
|
*
|
|
|
irq_work: Fix IRQ_WORK_BUSY bit clearing
Frederic Weisbecker
2019-11-15
1
-0
/
+1
|
*
|
|
|
irq_work: Slightly simplify IRQ_WORK_PENDING clearing
Frederic Weisbecker
2019-11-11
1
-4
/
+3
|
*
|
|
|
irq_work: Fix irq_work_claim() memory ordering
Frederic Weisbecker
2019-11-11
1
-15
/
+7
|
*
|
|
|
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-11-11
4
-12
/
+12
*
|
|
|
|
Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2019-12-02
2
-28
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
kheaders: explain why include/config/autoconf.h is excluded from md5sum
Masahiro Yamada
2019-11-11
1
-2
/
+9
|
*
|
|
|
|
kheaders: remove the last bashism to allow sh to run it
Masahiro Yamada
2019-11-11
2
-7
/
+8
|
*
|
|
|
|
kheaders: optimize header copy for in-tree builds
Masahiro Yamada
2019-11-11
1
-7
/
+9
|
*
|
|
|
|
kheaders: optimize md5sum calculation for in-tree builds
Masahiro Yamada
2019-11-11
1
-16
/
+16
|
*
|
|
|
|
kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'
Masahiro Yamada
2019-11-11
1
-4
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-12-01
3
-2
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
kernel: sysctl: make drop_caches write-only
Johannes Weiner
2019-12-01
1
-1
/
+1
|
*
|
|
|
|
fork: support VMAP_STACK with KASAN_VMALLOC
Daniel Axtens
2019-12-01
1
-0
/
+4
|
*
|
|
|
|
mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area
Gaowei Pu
2019-12-01
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-12-01
7
-103
/
+173
|
\
\
\
\
\
\
|
*
|
|
|
|
|
y2038: alarm: fix half-second cut-off
Arnd Bergmann
2019-11-25
1
-1
/
+1
|
*
|
|
|
|
|
y2038: allow disabling time32 system calls
Arnd Bergmann
2019-11-15
1
-0
/
+23
|
*
|
|
|
|
|
y2038: itimer: change implementation to timespec64
Arnd Bergmann
2019-11-15
1
-62
/
+96
|
*
|
|
|
|
|
y2038: move itimer reset into itimer.c
Arnd Bergmann
2019-11-15
1
-2
/
+13
|
*
|
|
|
|
|
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
2019-11-15
1
-2
/
+2
|
*
|
|
|
|
|
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
2019-11-15
2
-31
/
+35
|
*
|
|
|
|
|
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
2019-11-15
1
-11
/
+9
|
*
|
|
|
|
|
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
2
-2
/
+2
|
*
|
|
|
|
|
y2038: rusage: use __kernel_old_timeval
Arnd Bergmann
2019-11-15
1
-2
/
+2
|
*
|
|
|
|
|
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
1
-3
/
+3
|
*
|
|
|
|
|
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-11-15
2
-3
/
+3
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2019-12-01
1
-1305
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
sysctl: Remove the sysctl system call
Eric W. Biederman
2019-11-26
1
-1305
/
+0
*
|
|
|
|
|
|
Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-11-30
1
-6
/
+22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
Christian Brauner
2019-10-10
1
-6
/
+22
*
|
|
|
|
|
|
|
Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-11-30
1
-7
/
+8
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
audit: remove redundant condition check in kauditd_thread()
Yunfeng Ye
2019-10-25
1
-2
/
+2
|
*
|
|
|
|
|
|
|
audit: Report suspicious O_CREAT usage
Kees Cook
2019-10-03
1
-5
/
+6
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'kgdb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2019-11-30
5
-177
/
+208
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
kdb: Tweak escape handling for vi users
Daniel Thompson
2019-10-28
1
-2
/
+2
|
*
|
|
|
|
|
|
|
kdb: Improve handling of characters from different input sources
Daniel Thompson
2019-10-28
1
-19
/
+19
|
*
|
|
|
|
|
|
|
kdb: Remove special case logic from kdb_read()
Daniel Thompson
2019-10-28
3
-42
/
+42
|
*
|
|
|
|
|
|
|
kdb: Simplify code to fetch characters from console
Daniel Thompson
2019-10-28
1
-24
/
+14
|
*
|
|
|
|
|
|
|
kdb: Tidy up code to handle escape sequences
Daniel Thompson
2019-10-28
1
-61
/
+67
[next]