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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-04
mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h
Mike Rapoport
3
-52
/
+5
2019-12-04
um: add support for folded p4d page tables
Mike Rapoport
8
-14
/
+78
2019-12-04
um: remove unused pxx_offset_proc() and addr_pte() functions
Mike Rapoport
1
-29
/
+0
2019-12-04
sparc32: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
7
-33
/
+81
2019-12-04
parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup
Helge Deller
1
-6
/
+12
2019-12-04
parisc: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
7
-76
/
+81
2019-12-04
nds32: use pgtable-nopmd instead of 4level-fixup
Mike Rapoport
9
-35
/
+47
2019-12-04
microblaze: use pgtable-nopmd instead of 4level-fixup
Mike Rapoport
6
-56
/
+25
2019-12-04
m68k: mm: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
15
-92
/
+129
2019-12-04
m68k: nommu: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
1
-1
/
+1
2019-12-04
c6x: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
1
-1
/
+1
2019-12-04
arm: nommu: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
1
-1
/
+1
2019-12-04
alpha: use pgtable-nopud instead of 4level-fixup
Mike Rapoport
4
-19
/
+22
2019-12-04
gpio: pca953x: tighten up indentation
Andy Shevchenko
1
-11
/
+11
2019-12-04
gpio: pca953x: convert to use bitmap API
Andy Shevchenko
1
-94
/
+70
2019-12-04
gpio: pca953x: use input from regs structure in pca953x_irq_pending()
Andy Shevchenko
1
-1
/
+1
2019-12-04
gpio: pca953x: remove redundant variable and check in IRQ handler
Andy Shevchenko
1
-3
/
+1
2019-12-04
lib/bitmap: introduce bitmap_replace() helper
Andy Shevchenko
3
-0
/
+66
2019-12-04
lib/test_bitmap: fix comment about this file
Andy Shevchenko
1
-1
/
+1
2019-12-04
lib/test_bitmap: move exp1 and exp2 upper for others to use
Andy Shevchenko
1
-21
/
+20
2019-12-04
lib/test_bitmap: rename exp to exp1 to avoid ambiguous name
Andy Shevchenko
1
-22
/
+22
2019-12-04
lib/test_bitmap: name EXP_BYTES properly
Andy Shevchenko
1
-5
/
+5
2019-12-04
lib/test_bitmap: undefine macros after use
Andy Shevchenko
1
-0
/
+4
2019-12-04
lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...
Andy Shevchenko
1
-1
/
+1
2019-12-04
arch: sembuf.h: make uapi asm/sembuf.h self-contained
Masahiro Yamada
8
-1
/
+11
2019-12-04
arch: msgbuf.h: make uapi asm/msgbuf.h self-contained
Masahiro Yamada
8
-1
/
+13
2019-12-04
arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
Masahiro Yamada
5
-1
/
+8
2019-12-04
lib/ubsan: don't serialize UBSAN report
Julien Grall
1
-41
/
+23
2019-12-04
vhost, kcov: collect coverage from vhost_worker
Andrey Konovalov
2
-0
/
+7
2019-12-04
usb, kcov: collect coverage from hub_event
Andrey Konovalov
1
-0
/
+5
2019-12-04
kcov: remote coverage support
Andrey Konovalov
5
-35
/
+700
2019-12-04
uaccess: disallow > INT_MAX copy sizes
Kees Cook
1
-0
/
+2
2019-12-04
drm: limit to INT_MAX in create_blob ioctl
Daniel Vetter
1
-1
/
+1
2019-12-04
drivers/rapidio/rio-access.c: fix missing include of <linux/rio_drv.h>
Ben Dooks (Codethink)
1
-0
/
+2
2019-12-04
drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h>
Ben Dooks (Codethink)
1
-0
/
+1
2019-12-04
init/Kconfig: fix indentation
Krzysztof Kozlowski
1
-38
/
+38
2019-12-04
fs/binfmt_elf.c: extract elf_read() function
Alexey Dobriyan
1
-25
/
+24
2019-12-04
fs/binfmt_elf.c: delete unused "interp_map_addr" argument
Alexey Dobriyan
1
-6
/
+1
2019-12-04
selftests: add epoll selftests
Heiher
4
-0
/
+3083
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
1
-16
/
+0
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
1
-23
/
+13
2019-12-04
checkpatch: reduce is_maintained_obsolete lookup runtime
Joe Perches
1
-2
/
+6
2019-12-04
checkpatch: improve ignoring CamelCase SI style variants like mA
Joe Perches
1
-2
/
+3
2019-12-04
lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr
Huang Shijie
6
-8
/
+8
2019-12-04
lib/genalloc.c: export symbol addr_in_gen_pool
Huang Shijie
1
-0
/
+1
2019-12-04
lib/math/rational.c: fix possible incorrect result from rational fractions he...
Trent Piepho
1
-13
/
+50
2019-12-04
lib/test_meminit.c: add bulk alloc/free tests
Laura Abbott
1
-1
/
+19
2019-12-04
lib/rbtree: get successor's color directly
Wei Yang
1
-2
/
+1
2019-12-04
lib/rbtree: set successor's parent unconditionally
Wei Yang
1
-2
/
+1
2019-12-04
gpio: pca953x: utilize the for_each_set_clump8 macro
William Breathitt Gray
1
-10
/
+7
[next]