index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
2018-01-12
8
-10
/
+1
*
signal: Clear si_sys_private before copying siginfo to userspace
Eric W. Biederman
2018-01-12
1
-0
/
+3
*
signal: Ensure no siginfo union member increases the size of struct siginfo
Eric W. Biederman
2018-01-12
1
-0
/
+1
*
signal: Document glibc's si_code of SI_ASYNCNL
Eric W. Biederman
2018-01-12
1
-0
/
+1
*
signal: Document the strange si_codes used by ptrace event stops
Eric W. Biederman
2018-01-12
1
-0
/
+5
*
signal: Document all of the signals that use the _sigfault union member
Eric W. Biederman
2018-01-12
1
-1
/
+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: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
2018-01-12
3
-1
/
+10
*
signal: Introduce clear_siginfo
Eric W. Biederman
2018-01-12
1
-0
/
+5
*
signal: Reduce copy_siginfo to just a memcpy
Eric W. Biederman
2018-01-12
1
-6
/
+2
*
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
4
-58
/
+83
*
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
*
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
2018-01-04
3
-16
/
+10
*
Linux 4.15-rc6
v4.15-rc6
Linus Torvalds
2017-12-31
1
-1
/
+1
*
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2017-12-31
14
-39
/
+42
|
\
|
*
x86/apic: Switch all APICs to Fixed delivery mode
Thomas Gleixner
2017-12-29
6
-16
/
+8
|
*
x86/apic: Update the 'apic=' description of setting APIC driver
Dou Liyang
2017-12-28
1
-1
/
+5
|
*
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
Dou Liyang
2017-12-28
1
-0
/
+2
|
*
x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
Linus Torvalds
2017-12-27
1
-3
/
+1
|
*
x86: Remove unused parameter of prepare_switch_to
rodrigosiqueira
2017-12-27
1
-3
/
+2
|
*
x86/stacktrace: Make zombie stack traces reliable
Josh Poimboeuf
2017-12-19
1
-1
/
+5
|
*
x86/mm: Unbreak modules that use the DMA API
Tom Lendacky
2017-12-18
1
-2
/
+2
|
*
x86/build: Make isoimage work on Debian
Matthew Wilcox
2017-12-16
1
-12
/
+16
|
*
x86/espfix/64: Fix espfix double-fault handling on 5-level systems
Andy Lutomirski
2017-12-15
1
-1
/
+1
*
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-31
3
-16
/
+16
|
\
\
|
*
|
x86/ldt: Make LDT pgtable free conditional
Thomas Gleixner
2017-12-31
1
-1
/
+2
|
*
|
x86/ldt: Plug memory leak in error path
Thomas Gleixner
2017-12-31
1
-1
/
+7
|
*
|
x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
Thomas Gleixner
2017-12-31
1
-6
/
+8
|
*
|
x86/smpboot: Remove stale TLB flush invocations
Thomas Gleixner
2017-12-31
1
-9
/
+0
*
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-12-31
6
-20
/
+52
|
\
\
\
|
*
|
|
timerqueue: Document return values of timerqueue_add/del()
Thomas Gleixner
2017-12-29
1
-3
/
+5
|
*
|
|
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2017-12-29
1
-2
/
+2
|
*
|
|
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
2017-12-29
1
-2
/
+17
|
*
|
|
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
4
-4
/
+21
|
*
|
|
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2017-12-29
1
-9
/
+7
*
|
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-31
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
cpu/hotplug: Move inline keyword at the beginning of declaration
Mathieu Malaterre
2017-12-27
1
-4
/
+4
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-12-31
4
-3
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION=y
Frederic Weisbecker
2017-12-18
2
-2
/
+3
|
*
|
|
|
|
sched/isolation: Enable CONFIG_CPU_ISOLATION=y by default
Frederic Weisbecker
2017-12-18
1
-1
/
+5
|
*
|
|
|
|
sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION
Paul E. McKenney
2017-12-18
1
-0
/
+1
*
|
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-12-31
9
-43
/
+190
|
\
\
\
\
\
\
|
*
|
|
|
|
|
perf/x86/intel: Plug memory leak in intel_pmu_init()
Thomas Gleixner
2017-12-27
1
-1
/
+4
|
*
|
|
|
|
|
Merge tag 'perf-urgent-for-mingo-4.15-20171218' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-12-18
8
-42
/
+186
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
[next]