Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mm: pagewalk: add 'depth' parameter to pte_hole | Steven Price | 2019-12-04 | 1 | -2/+2 |
* | Merge branch 'akpm-current/current' | Stephen Rothwell | 2019-12-04 | 9 | -122/+150 |
|\ | |||||
| * | aio: simplify read_events() | Oleg Nesterov | 2019-12-04 | 1 | -6/+3 |
| * | fs/buffer.c: dump more info for __getblk_gfp() stall problem | Tetsuo Handa | 2019-12-04 | 1 | -2/+8 |
| * | fs/buffer.c: add debug print for __getblk_gfp() stall problem | Tetsuo Handa | 2019-12-04 | 1 | -2/+48 |
| * | ramfs: support O_TMPFILE | Alexey Dobriyan | 2019-12-04 | 1 | -0/+12 |
| * | /proc/kpageflags: do not use uninitialized struct pages | Toshiki Fukasawa | 2019-12-04 | 1 | -0/+3 |
| * | /proc/kpageflags: prevent an integer overflow in stable_page_flags() | Toshiki Fukasawa | 2019-12-04 | 1 | -19/+18 |
| * | fs/binfmt_elf.c: extract elf_read() function | Alexey Dobriyan | 2019-12-04 | 1 | -25/+24 |
| * | fs/binfmt_elf.c: delete unused "interp_map_addr" argument | Alexey Dobriyan | 2019-12-04 | 1 | -6/+1 |
| * | fs/epoll: remove unnecessary wakeups of nested epoll | Heiher | 2019-12-04 | 1 | -16/+0 |
| * | epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC | Jason Baron | 2019-12-04 | 1 | -23/+13 |
| * | fs/proc/Kconfig: fix indentation | Krzysztof Kozlowski | 2019-12-04 | 1 | -4/+4 |
| * | fs/proc/internal.h: shuffle "struct pde_opener" | Alexey Dobriyan | 2019-12-04 | 1 | -1/+1 |
| * | fs/proc/generic.c: delete useless "len" variable | Alexey Dobriyan | 2019-12-04 | 1 | -4/+2 |
| * | proc: change ->nlink under proc_subdir_lock | Alexey Dobriyan | 2019-12-04 | 1 | -16/+15 |
* | | Merge remote-tracking branch 'kspp/for-next/kspp' | Stephen Rothwell | 2019-12-04 | 9 | -9/+9 |
|\ \ | |||||
| * | | treewide: Use sizeof_member() macro | Pankaj Bharadiya | 2019-10-29 | 9 | -9/+9 |
* | | | Merge remote-tracking branch 'tip/auto-latest' | Stephen Rothwell | 2019-12-04 | 4 | -7/+7 |
|\ \ \ | |||||
| * \ \ | Merge branch 'core/rcu' | Ingo Molnar | 2019-11-26 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'locking/core' | Ingo Molnar | 2019-11-26 | 5 | -7/+7 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'sched/core' | Ingo Molnar | 2019-11-26 | 1 | -25/+31 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'timers/core' | Ingo Molnar | 2019-11-26 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'timers/urgent' into timers/core, to pick up fix | Ingo Molnar | 2019-11-25 | 21 | -152/+325 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | time: Rename tsk->real_start_time to ->start_boottime | Peter Zijlstra | 2019-11-13 | 2 | -2/+2 |
| * | | | | | | | | Merge branch 'core/kprobes' into WIP.core/kprobes, to pick up new work after ... | Ingo Molnar | 2019-11-26 | 2 | -5/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | ftrace: Rework event_create_dir() | Peter Zijlstra | 2019-11-19 | 2 | -5/+5 |
* | | | | | | | | | | Merge remote-tracking branch 'block/for-next' | Stephen Rothwell | 2019-12-04 | 4 | -108/+388 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'for-linus' into for-next | Jens Axboe | 2019-12-03 | 4 | -108/+388 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| | * | | | | | | | | | io_uring: handle connect -EINPROGRESS like -EAGAIN | Jens Axboe | 2019-12-03 | 1 | -1/+1 |
| | * | | | | | | | | | io_uring: remove io_wq_current_is_worker | Jackie Liu | 2019-12-03 | 1 | -6/+2 |
| | * | | | | | | | | | io_uring: remove parameter ctx of io_submit_state_start | Jackie Liu | 2019-12-03 | 1 | -2/+2 |
| | * | | | | | | | | | io_uring: mark us with IORING_FEAT_SUBMIT_STABLE | Jens Axboe | 2019-12-03 | 1 | -1/+2 |
| | * | | | | | | | | | io_uring: ensure async punted connect requests copy data | Jens Axboe | 2019-12-03 | 1 | -4/+47 |
| | * | | | | | | | | | io_uring: ensure async punted sendmsg/recvmsg requests copy data | Jens Axboe | 2019-12-03 | 1 | -17/+128 |
| | * | | | | | | | | | io_uring: ensure async punted read/write requests copy iovec | Jens Axboe | 2019-12-02 | 1 | -62/+181 |
| | * | | | | | | | | | io_uring: add general async offload context | Jens Axboe | 2019-12-02 | 1 | -24/+32 |
| | * | | | | | | | | | block: don't send uevent for empty disk when not invalidating | Eric Biggers | 2019-12-02 | 1 | -1/+1 |
| | * | | | | | | | | | io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR | Jens Axboe | 2019-12-02 | 1 | -0/+2 |
| | * | | | | | | | | | io_uring: use current task creds instead of allocating a new one | Jens Axboe | 2019-12-02 | 3 | -4/+4 |
* | | | | | | | | | | | Merge remote-tracking branch 'gfs2/for-next' | Stephen Rothwell | 2019-12-04 | 19 | -92/+152 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gfs2: Don't write log headers after file system withdraw | Bob Peterson | 2019-11-21 | 1 | -1/+6 |
| * | | | | | | | | | | | gfs2: Remove duplicate call from gfs2_create_inode | Andreas Gruenbacher | 2019-11-21 | 1 | -1/+0 |
| * | | | | | | | | | | | gfs2: clean up iopen glock mess in gfs2_create_inode | Bob Peterson | 2019-11-19 | 1 | -6/+7 |
| * | | | | | | | | | | | gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS | Bob Peterson | 2019-11-15 | 1 | -1/+8 |
| * | | | | | | | | | | | gfs2: Abort gfs2_freeze if io error is seen | Bob Peterson | 2019-11-15 | 1 | -7/+12 |
| * | | | | | | | | | | | gfs2: Don't loop forever in gfs2_freeze if withdrawn | Bob Peterson | 2019-11-14 | 1 | -5/+5 |
| * | | | | | | | | | | | gfs2: fix infinite loop in gfs2_ail1_flush on io error | Bob Peterson | 2019-11-14 | 1 | -1/+2 |
| * | | | | | | | | | | | gfs2: Introduce function gfs2_withdrawn | Bob Peterson | 2019-11-14 | 11 | -19/+26 |
| * | | | | | | | | | | | gfs2: fix glock reference problem in gfs2_trans_remove_revoke | Bob Peterson | 2019-11-14 | 4 | -4/+12 |