index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-moxart
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
signal/x86: Don't compute pkey in __do_page_fault
Eric W. Biederman
1
-4
/
+0
2018-09-21
signal/x86: Remove pkey parameter from mm_fault_error
Eric W. Biederman
1
-2
/
+2
2018-09-21
signal/x86: Remove the pkey parameter from do_sigbus
Eric W. Biederman
1
-3
/
+3
2018-09-21
signal/x86: Remove pkey parameter from bad_area_nosemaphore
Eric W. Biederman
1
-7
/
+7
2018-09-21
signal/x86/traps: Simplify trap generation
Eric W. Biederman
1
-61
/
+24
2018-09-21
signal/x86/traps: Use force_sig instead of open coding it.
Eric W. Biederman
1
-1
/
+1
2018-09-21
signal/x86/traps: Use force_sig_bnderr
Eric W. Biederman
1
-10
/
+9
2018-09-21
signal/x86/traps: Move more code into do_trap_no_signal so it can be reused
Eric W. Biederman
1
-16
/
+14
2018-09-19
signal/x86/traps: Factor out show_signal
Eric W. Biederman
1
-18
/
+19
2018-09-19
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
3
-29
/
+32
2018-09-19
signal/x86: In trace_mpx_bounds_register_exception add __user annotations
Eric W. Biederman
1
-2
/
+2
2018-09-19
signal/x86: Use send_sig_mceerr as apropriate
Eric W. Biederman
1
-10
/
+1
2018-09-19
signal/x86: Move MCE error reporting out of force_sig_info_fault
Eric W. Biederman
1
-13
/
+13
2018-09-19
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
1
-15
/
+7
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
6
-28
/
+24
2018-09-16
signal: Pair exports with their functions
Eric W. Biederman
1
-8
/
+7
2018-09-16
signal: Remove specific_send_sig_info
Eric W. Biederman
1
-8
/
+2
2018-09-16
signal: Use group_send_sig_info to kill all processes in a pid namespace
Eric W. Biederman
1
-1
/
+1
2018-09-16
tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...
Eric W. Biederman
1
-3
/
+3
2018-09-15
signal/GenWQE: Fix sending of SIGKILL
Eric W. Biederman
2
-5
/
+6
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
3
-7
/
+4
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
3
-5
/
+5
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
1
-3
/
+4
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
2
-2
/
+2
2018-09-11
signal: Remove the siginfo paramater from kernel_dqueue_signal
Eric W. Biederman
3
-4
/
+4
2018-09-11
signal: send_sig_all no longer needs SEND_SIG_FORCED
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
1
-2
/
+2
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
1
-0
/
+4
2018-08-26
Linux 4.19-rc1
v4.19-rc1
Linus Torvalds
1
-2
/
+2
2018-08-25
mm/cow: don't bother write protecting already write-protected pages
Linus Torvalds
1
-1
/
+1
2018-08-25
hpfs: remove unnecessary checks on the value of r when assigning error code
Colin Ian King
1
-1
/
+1
2018-08-25
libata: maintainership update
Jens Axboe
1
-3
/
+3
2018-08-24
iommu/rockchip: Move irq request past pm_runtime_enable
Marc Zyngier
1
-11
/
+13
2018-08-24
iommu/rockchip: Handle errors returned from PM framework
Marc Zyngier
1
-6
/
+15
2018-08-24
arm64: rockchip: Force CONFIG_PM on Rockchip systems
Marc Zyngier
1
-0
/
+1
2018-08-24
ARM: rockchip: Force CONFIG_PM on Rockchip systems
Marc Zyngier
1
-0
/
+1
2018-08-24
arm64: dts: Fix various entry-method properties to reflect documentation
Amit Kucheria
11
-12
/
+12
2018-08-24
i2c: don't use any __deprecated handling anymore
Sedat Dilek
1
-1
/
+0
2018-08-24
x86/speculation/l1tf: Suggest what to do on systems with too much RAM
Vlastimil Babka
1
-0
/
+4
2018-08-24
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
5
-30
/
+5
2018-08-24
i2c: ocores: update my email address
Peter Korsgaard
4
-5
/
+5
2018-08-24
i2c: remove deprecated attach_adapter callback
Wolfram Sang
2
-16
/
+1
2018-08-24
macintosh: therm_windtunnel: drop using attach_adapter
Wolfram Sang
1
-2
/
+23
2018-08-24
ubifs: Remove empty file.h
Richard Weinberger
1
-0
/
+0
2018-08-24
x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...
Vlastimil Babka
3
-3
/
+3
2018-08-24
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
15
-103
/
+106
2018-08-24
lib/fonts: convert comments to utf-8
Arnd Bergmann
4
-512
/
+512
2018-08-24
s390: ebcdic: convert comments to UTF-8
Arnd Bergmann
1
-18
/
+18
[next]