index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-31
33
-67
/
+165
|
\
|
*
make kernel-side POLL... arch-independent
Al Viro
2017-11-30
6
-3
/
+106
|
*
x86: annotate ->poll() instances
Al Viro
2017-11-27
2
-2
/
+2
|
*
um: annotate ->poll() instances
Al Viro
2017-11-27
1
-3
/
+3
|
*
ppc: annotate ->poll() instances
Al Viro
2017-11-27
6
-18
/
+16
|
*
mips: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
|
*
ia64: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
|
*
cris: annotate ->poll() instances
Al Viro
2017-11-27
3
-11
/
+11
|
*
define __poll_t, annotate constants
Al Viro
2017-11-27
6
-11
/
+11
|
*
switch wrapper poll.h instances to generic-y
Al Viro
2017-11-27
12
-16
/
+7
|
*
um: make sure to have generated headers for target
Al Viro
2017-11-27
1
-0
/
+7
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-01-30
56
-1702
/
+270
|
\
\
|
*
|
mm/memory_failure: Remove unused trapno from memory_failure
Eric W. Biederman
2018-01-23
3
-5
/
+5
|
*
|
signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed
Eric W. Biederman
2018-01-23
4
-23
/
+8
|
*
|
signal/powerpc: Remove unnecessary signal_code parameter of do_send_trap
Eric W. Biederman
2018-01-23
3
-10
/
+10
|
*
|
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
2018-01-23
1
-1
/
+1
|
*
|
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
2018-01-23
8
-59
/
+87
|
*
|
signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
Eric W. Biederman
2018-01-23
1
-15
/
+12
|
*
|
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
2018-01-16
15
-516
/
+6
|
*
|
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
2018-01-16
9
-177
/
+0
|
*
|
signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED
Eric W. Biederman
2018-01-16
1
-2
/
+0
|
*
|
signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
2018-01-16
1
-32
/
+0
|
*
|
signal/tile: Move the tile specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
2018-01-16
1
-8
/
+0
|
*
|
signal/frv: Move the frv specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
2018-01-16
2
-13
/
+1
|
*
|
signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
2018-01-16
2
-29
/
+2
|
*
|
signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
Eric W. Biederman
2018-01-16
1
-3
/
+0
|
*
|
signal: unify compat_siginfo_t
Al Viro
2018-01-16
9
-525
/
+4
|
*
|
signal/mips: switch mips to generic siginfo
Al Viro
2018-01-12
1
-85
/
+1
|
*
|
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...
Eric W. Biederman
2018-01-12
2
-54
/
+0
|
*
|
ia64/signal: switch to generic struct siginfo
Eric W. Biederman
2018-01-12
1
-67
/
+0
|
*
|
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
2018-01-12
8
-10
/
+1
|
*
|
x86/mm/pkeys: Fix fill_sig_info_pkey
Eric W. Biederman
2018-01-12
1
-3
/
+4
|
*
|
mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
Eric W. Biederman
2018-01-12
1
-1
/
+1
|
*
|
signal/arm: Document conflicts with SI_USER and SIGFPE
Eric W. Biederman
2018-01-12
2
-1
/
+14
|
*
|
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
2018-01-12
3
-58
/
+79
|
*
|
signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAP
Eric W. Biederman
2018-01-12
2
-5
/
+20
|
*
|
signal/metag: Document a conflict with SI_USER with SIGFPE
Eric W. Biederman
2018-01-12
2
-1
/
+8
|
*
|
signal/parisc: Document a conflict with SI_USER with SIGFPE
Eric W. Biederman
2018-01-12
2
-1
/
+8
|
*
|
signal/openrisc: Fix do_unaligned_access to send the proper signal
Eric W. Biederman
2018-01-12
1
-5
/
+5
|
*
|
signal/sh: Ensure si_signo is initialized in do_divide_error
Eric W. Biederman
2018-01-06
1
-1
/
+2
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-01-30
85
-486
/
+2616
|
\
\
\
|
*
|
|
arm64: Fix TTBR + PAN + 52-bit PA logic in cpu_do_switch_mm
Steve Capper
2018-01-26
1
-3
/
+3
|
*
|
|
arm64: Turn on KPTI only on CPUs that need it
Jayachandran C
2018-01-23
1
-0
/
+7
|
*
|
|
arm64: Branch predictor hardening for Cavium ThunderX2
Jayachandran C
2018-01-23
1
-0
/
+10
|
*
|
|
arm64: Run enable method for errata work arounds on late CPUs
Suzuki K Poulose
2018-01-23
1
-3
/
+6
|
*
|
|
arm64: Move BP hardening to check_and_switch_context
Marc Zyngier
2018-01-23
1
-2
/
+3
|
*
|
|
arm64: mm: ignore memory above supported physical address size
Kristina Martsenko
2018-01-19
1
-0
/
+3
|
*
|
|
arm64: kpti: Fix the interaction between ASID switching and software PAN
Catalin Marinas
2018-01-16
12
-21
/
+32
|
*
|
|
KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
Dongjiu Geng
2018-01-16
4
-0
/
+29
|
*
|
|
KVM: arm64: Handle RAS SErrors from EL2 on guest exit
James Morse
2018-01-16
5
-1
/
+33
[next]