linux-2.6-block.git
2018-09-27 Eric W. Biedermansignal/ia64: Use force_sig_fault where appropriate
2018-09-27 Eric W. Biedermansignal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_...
2018-09-27 Eric W. Biedermansignal/ia64: Use the generic force_sigsegv in setup_frame
2018-09-27 Eric W. Biedermansignal/arm/kvm: Use send_sig_mceerr
2018-09-27 Eric W. Biedermansignal/arm: Use send_sig_fault where appropriate
2018-09-27 Eric W. Biedermansignal/arm: Use force_sig_fault where appropriate
2018-09-27 Eric W. Biedermansignal/arm: Push siginfo generation into arm_notify_die
2018-09-27 Eric W. Biedermansignal/arm64: Use send_sig_fault where appropriate
2018-09-27 Eric W. Biedermansignal/arm64: Add and use arm64_force_sig_ptrace_errno_trap
2018-09-27 Eric W. Biedermansignal/arm64: In ptrace_hbptriggered name the signal...
2018-09-27 Eric W. Biedermansignal/arm64: Remove arm64_force_sig_info
2018-09-27 Eric W. Biedermansignal/arm64: Add and use arm64_force_sig_mceerr as...
2018-09-27 Eric W. Biedermansignal/arm64: Add and use arm64_force_sig_fault where...
2018-09-27 Eric W. Biedermansignal/arm64: Only call set_thread_esr once in do_page_...
2018-09-27 Eric W. Biedermansignal/arm64: Only perform one esr_to_fault_info call...
2018-09-27 Eric W. Biedermansignal/arm64: Expand __do_user_fault and remove it
2018-09-27 Eric W. Biedermansignal/arm64: For clarity separate the 3 signal sending...
2018-09-27 Eric W. Biedermansignal/arm64: Consolidate the two hwpoison cases in...
2018-09-27 Eric W. Biedermansignal/arm64: Factor set_thread_esr out of __do_user_fault
2018-09-27 Eric W. Biedermansignal/arm64: Factor out arm64_show_signal from arm64_f...
2018-09-27 Eric W. Biedermansignal/arm64: Remove unneeded tsk parameter from arm64_...
2018-09-27 Eric W. Biedermansignal/arm64: Push siginfo generation into arm64_notify_die
2018-09-21 Eric W. Biedermansignal/powerpc: Use force_sig_fault where appropriate
2018-09-21 Eric W. Biedermansignal/powerpc: Simplify _exception_pkey by using force...
2018-09-21 Eric W. Biedermansignal/powerpc: Specialize _exception_pkey for handling...
2018-09-21 Eric W. Biedermansignal/powerpc: Call force_sig_fault from _exception
2018-09-21 Eric W. Biedermansignal/powerpc: Factor the common exception code into...
2018-09-21 Eric W. Biedermansignal/powerpc: Remove pkey parameter from __bad_area_n...
2018-09-21 Eric W. Biedermansignal/powerpc: Call _exception_pkey directly from...
2018-09-21 Eric W. Biedermansignal/powerpc: Remove pkey parameter from __bad_area
2018-09-21 Eric W. Biedermansignal/powerpc: Use force_sig_mceerr as appropriate
2018-09-21 Eric W. Biedermansignal/x86: Use force_sig_fault where appropriate
2018-09-21 Eric W. Biedermansignal/x86: Pass pkey by value
2018-09-21 Eric W. Biedermansignal/x86: Replace force_sig_info_fault with force_sig...
2018-09-21 Eric W. Biedermansignal/x86: Call force_sig_pkuerr from __bad_area_nosem...
2018-09-21 Eric W. Biedermansignal/x86: Pass pkey not vma into __bad_area
2018-09-21 Eric W. Biedermansignal/x86: Don't compute pkey in __do_page_fault
2018-09-21 Eric W. Biedermansignal/x86: Remove pkey parameter from mm_fault_error
2018-09-21 Eric W. Biedermansignal/x86: Remove the pkey parameter from do_sigbus
2018-09-21 Eric W. Biedermansignal/x86: Remove pkey parameter from bad_area_nosemaphore
2018-09-21 Eric W. Biedermansignal/x86/traps: Simplify trap generation
2018-09-21 Eric W. Biedermansignal/x86/traps: Use force_sig instead of open coding it.
2018-09-21 Eric W. Biedermansignal/x86/traps: Use force_sig_bnderr
2018-09-21 Eric W. Biedermansignal/x86/traps: Move more code into do_trap_no_signal...
2018-09-19 Eric W. Biedermansignal/x86/traps: Factor out show_signal
2018-09-19 Eric W. Biedermansignal/x86: Move mpx siginfo generation into do_bounds
2018-09-19 Eric W. Biedermansignal/x86: In trace_mpx_bounds_register_exception...
2018-09-19 Eric W. Biedermansignal/x86: Use send_sig_mceerr as apropriate
2018-09-19 Eric W. Biedermansignal/x86: Move MCE error reporting out of force_sig_i...
2018-09-19 Eric W. Biedermansignal/x86: Inline fill_sigtrap_info in it's only calle...
2018-09-19 Eric W. Biedermansignal: Simplify tracehook_report_syscall_exit
2018-09-16 Eric W. Biedermansignal: Pair exports with their functions
2018-09-16 Eric W. Biedermansignal: Remove specific_send_sig_info
2018-09-16 Eric W. Biedermansignal: Use group_send_sig_info to kill all processes...
2018-09-16 Eric W. Biedermantty_io: Use group_send_sig_info in __do_SACK to note...
2018-09-15 Eric W. Biedermansignal/GenWQE: Fix sending of SIGKILL
2018-09-11 Eric W. Biedermansignal: Remove SEND_SIG_FORCED
2018-09-11 Eric W. Biedermansignal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with...
2018-09-11 Eric W. Biedermansignal: Never allocate siginfo for SIGKILL or SIGSTOP
2018-09-11 Eric W. Biedermansignal: Don't send siginfo to kthreads.
2018-09-11 Eric W. Biedermansignal: Remove the siginfo paramater from kernel_dqueue...
2018-09-11 Eric W. Biedermansignal: send_sig_all no longer needs SEND_SIG_FORCED
2018-09-11 Eric W. Biedermansignal: Always deliver the kernel's SIGKILL and SIGSTOP...
2018-09-11 Eric W. Biedermansignal: Properly deliver SIGSEGV from x86 uprobes
2018-09-11 Eric W. Biedermansignal: Properly deliver SIGILL from uprobes
2018-09-11 Eric W. Biedermansignal: Always ignore SIGKILL and SIGSTOP sent to the...
2018-08-26 Linus TorvaldsLinux 4.19-rc1 v4.19-rc1
2018-08-26 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2018-08-26 Linus TorvaldsMerge branch 'ida-4.19' of git://git.infradead.org...
2018-08-26 Linus TorvaldsMerge tag 'gcc-plugins-v4.19-rc1-fix' of git://git...
2018-08-26 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2018-08-26 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2018-08-26 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2018-08-26 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2018-08-26 Linus TorvaldsMerge tag 'libnvdimm-for-4.19_dax-memory-failure' of...
2018-08-26 Linus TorvaldsMerge tag 'libnvdimm-for-4.19_misc' of gitolite.pub...
2018-08-25 Linus TorvaldsMerge tag 'armsoc-late' of git://git./linux/kernel...
2018-08-25 Linus TorvaldsMerge tag 'kbuild-v4.19-2' of git://git./linux/kernel...
2018-08-25 Linus TorvaldsMerge tag 'for-linus-20180825' of git://git.kernel...
2018-08-25 Linus TorvaldsMerge tag 'upstream-4.19-rc1-fix' of git://git.infradea...
2018-08-25 Linus TorvaldsMerge tag '4.19-rc-smb3' of git://git.samba.org/sfrench...
2018-08-25 Linus Torvaldsmm/cow: don't bother write protecting already write...
2018-08-25 Colin Ian Kinghpfs: remove unnecessary checks on the value of r when...
2018-08-25 Jens Axboelibata: maintainership update
2018-08-24 Linus TorvaldsMerge branch 'for-4.19' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge branch 'for-4.19' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge branch 'for-4.19' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge tag 'iommu-updates-v4.19' of git://git./linux...
2018-08-24 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2018-08-24 Linus TorvaldsMerge tag 'apparmor-pr-2018-08-23' of git://git./linux...
2018-08-24 Linus TorvaldsMerge tag 'powerpc-4.19-2' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge tag 'acpi-4.19-rc1-3' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge branch 'userns-linus' of git://git./linux/kernel...
2018-08-24 Linus TorvaldsMerge tag 'drm-next-2018-08-24' of git://anongit.freede...
2018-08-24 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2018-08-24 Marc Zyngieriommu/rockchip: Move irq request past pm_runtime_enable
2018-08-24 Marc Zyngieriommu/rockchip: Handle errors returned from PM framework
2018-08-24 Marc Zyngierarm64: rockchip: Force CONFIG_PM on Rockchip systems
2018-08-24 Marc ZyngierARM: rockchip: Force CONFIG_PM on Rockchip systems
next