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-01-05
Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
57
-853
/
+869
2019-01-05
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Linus Torvalds
36
-222
/
+1555
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
138
-587
/
+746
2019-01-04
ia64: fix compile without swiotlb
Christoph Hellwig
2
-1
/
+3
2019-01-04
x86: re-introduce non-generic memcpy_{to,from}io
Linus Torvalds
4
-18
/
+51
2019-01-04
Use __put_user_goto in __put_user_size() and unsafe_put_user()
Linus Torvalds
1
-31
/
+22
2019-01-04
x86 uaccess: Introduce __put_user_goto
Linus Torvalds
1
-11
/
+17
2019-01-04
mm/page_io.c: fix polled swap page in
Jens Axboe
1
-1
/
+3
2019-01-04
checkpatch: add Co-developed-by to signature tags
Jorge Ramirez-Ortiz
1
-0
/
+1
2019-01-04
docs: fix Co-Developed-by docs
Jorge Ramirez-Ortiz
1
-2
/
+2
2019-01-04
drivers/base/platform.c: kmemleak ignore a known leak
Qian Cai
1
-0
/
+3
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
10
-15
/
+15
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
5
-6
/
+6
2019-01-04
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
3
-3
/
+3
2019-01-04
arch/arc/mm/fault.c: remove caller signal_pending_branch predictions
Davidlohr Bueso
1
-1
/
+1
2019-01-04
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
3
-3
/
+3
2019-01-04
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2019-01-04
mm: select HAVE_MOVE_PMD on x86 for faster mremap
Joel Fernandes (Google)
1
-0
/
+1
2019-01-04
mm: speed up mremap by 20x on large regions
Joel Fernandes (Google)
2
-0
/
+69
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
44
-151
/
+101
2019-01-04
initramfs: cleanup incomplete rootfs
David Engraf
1
-3
/
+3
2019-01-04
scripts/gdb: fix lx-version string output
Du Changbin
1
-1
/
+1
2019-01-04
kernel/kcov.c: mark write_comp_data() as notrace
Anders Roxell
1
-1
/
+1
2019-01-04
kernel/sysctl: add panic_print into sysctl
Feng Tang
6
-1
/
+28
2019-01-04
panic: add options to print system info when panic happens
Feng Tang
2
-0
/
+36
2019-01-04
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
5
-43
/
+41
2019-01-04
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
2
-53
/
+53
2019-01-04
exec: load_script: don't blindly truncate shebang string
Oleg Nesterov
1
-3
/
+7
2019-01-04
fork: fix some -Wmissing-prototypes warnings
Yi Wang
3
-6
/
+2
2019-01-04
fat: new inline functions to determine the FAT variant (32, 16 or 12)
Carmeli Tamir
6
-22
/
+39
2019-01-04
fat: move MAX_FAT to fat.h and change it to inline function
Carmeli Tamir
3
-3
/
+10
2019-01-04
fat: remove FAT_FIRST_ENT macro
Carmeli Tamir
2
-7
/
+8
2019-01-04
include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label size
Carmeli Tamir
1
-2
/
+2
2019-01-04
hfsplus: return file attributes on statx
Ernesto A. Fernández
3
-0
/
+24
2019-01-04
autofs: add strictexpire mount option
Ian Kent
4
-3
/
+13
2019-01-04
autofs: change catatonic setting to a bit flag
Ian Kent
5
-16
/
+20
2019-01-04
autofs: simplify parse_options() function call
Ian Kent
1
-26
/
+29
2019-01-04
autofs: improve ioctl sbi checks
Ian Kent
3
-21
/
+9
2019-01-04
init/main.c: make "initcall_level_names[]" const char *
Alexey Dobriyan
1
-1
/
+1
2019-01-04
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
1
-11
/
+18
2019-01-04
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
1
-3
/
+3
2019-01-04
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
1
-2
/
+6
2019-01-04
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
1
-54
/
+60
2019-01-04
fs/epoll: robustify ep->mtx held checks
Davidlohr Bueso
1
-0
/
+2
2019-01-04
fs/epoll: drop ovflist branch prediction
Davidlohr Bueso
1
-1
/
+1
2019-01-04
fs/epoll: simplify ep_send_events_proc() ready-list loop
Davidlohr Bueso
1
-36
/
+37
2019-01-04
fs/epoll: remove max_nests argument from ep_call_nested()
Davidlohr Bueso
1
-8
/
+6
2019-01-04
checkpatch: warn on const char foo[] = "bar"; declarations
Joe Perches
1
-2
/
+11
2019-01-04
drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanic
huang.zijiang
1
-1
/
+1
2019-01-04
lib/genalloc.c: use vzalloc_node() to allocate the bitmap
Huang Shijie
1
-2
/
+2
[next]