index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-18
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-12
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-31
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-01-23
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
1
-1
/
+1
2018-01-10
Construct init thread stack in the linker script rather than by union
David Howells
3
-4
/
+3
2017-12-20
Do not hash userspace addresses in fault handlers
Kees Cook
1
-1
/
+1
2017-11-16
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-07
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+0
2017-07-06
um: Use os_warn to print out pre-boot warning/error messages
Masami Hiramatsu
3
-10
/
+12
2017-07-06
um: Use os_info for the messages on normal path
Masami Hiramatsu
1
-4
/
+4
2017-06-29
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-6
/
+0
2017-05-16
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-02
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-29
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
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2016-10-08
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
2
-0
/
+2
2016-09-07
um/ptrace: Fix the syscall number update after a ptrace
Mickaël Salaün
1
-5
/
+0
2016-09-07
um/ptrace: Fix the syscall_trace_leave call
Mickaël Salaün
1
-2
/
+3
2016-08-05
Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-6
/
+9
2016-08-04
um: Support kcov
Vegard Nossum
1
-0
/
+5
2016-08-04
um: Setup physical memory in setup_arch()
Richard Weinberger
1
-4
/
+4
2016-08-04
um: Eliminate null test after alloc_bootmem
Amitoj Kaur Chawla
1
-2
/
+0
2016-07-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-5
/
+4
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
[next]