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
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+2
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
3
-3
/
+1
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-1
/
+2
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
1
-4
/
+6
2018-10-29
um: trap: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
1
-1
/
+1
2018-10-29
um: NULL check before kfree is not needed
YueHaibing
1
-2
/
+1
2018-10-26
um: switch to NO_BOOTMEM
Mike Rapoport
1
-11
/
+9
2018-10-26
um: setup_physmem: stop using global variables
Mike Rapoport
1
-3
/
+3
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-04-28
signal/um: More carefully relay signals in relay_signal.
Eric W. Biederman
1
-24
/
+14
2018-04-25
signal/um: Use force_sig_fault where appropriate
Eric W. Biederman
2
-28
/
+11
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2018-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2
-166
/
+301
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-02-19
um: Add missing EXPORT for free_irq_by_fd()
Anton Ivanov
1
-0
/
+1
2018-02-19
Epoll based IRQ controller
Anton Ivanov
1
-163
/
+297
2018-02-19
um: time: Use timespec64 for persistent clock
Arnd Bergmann
1
-3
/
+3
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-01-22
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
1
-1
/
+1
2018-01-09
Construct init thread stack in the linker script rather than by union
David Howells
3
-4
/
+3
2017-12-19
Do not hash userspace addresses in fault handlers
Kees Cook
1
-1
/
+1
2017-11-15
mm, arch: remove empty_bad_page*
Michal Hocko
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-09-29
um/time: Fixup namespace collision
Thomas Gleixner
1
-2
/
+2
2017-09-13
um: Fix CONFIG_GCOV for modules.
Thomas Meyer
1
-0
/
+7
2017-09-13
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
1
-2
/
+2
2017-07-15
Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-14
/
+26
2017-07-07
um: Add kerneldoc for segv_handler
Thomas Meyer
1
-0
/
+10
2017-07-06
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+0
2017-07-05
um: Use os_warn to print out pre-boot warning/error messages
Masami Hiramatsu
3
-10
/
+12
2017-07-05
um: Use os_info for the messages on normal path
Masami Hiramatsu
1
-4
/
+4
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-6
/
+0
2017-05-15
kill strlen_user()
Al Viro
1
-5
/
+0
2017-05-13
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+9
2017-05-03
um: Fix to call read_initrd after init_bootmem
Masami Hiramatsu
2
-3
/
+7
2017-05-03
um: Fix _print_addr()
Richard Weinberger
1
-4
/
+2
2017-05-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2017-04-14
um/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-1
/
+3
2017-03-28
um: switch to RAW_COPY_USER
Al Viro
1
-4
/
+4
2017-03-28
new helper: uaccess_kernel()
Al Viro
1
-5
/
+5
2017-03-02
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
2
-0
/
+3
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
3
-2
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
4
-4
/
+6
[next]