| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | printk: Fix panic caused by passing log_buf_len to command line | He Zhe | 2018-10-05 | 1 | -1/+6 | |
| | * | | | | | | | | | | printk: CON_PRINTBUFFER console registration is a bit racy | Sergey Senozhatsky | 2018-10-02 | 1 | -1/+5 | |
| | * | | | | | | | | | | printk: Do not miss new messages when replaying the log | Petr Mladek | 2018-10-02 | 1 | -4/+9 | |
| * | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-10-25 | 3 | -7/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | genirq: Fix race on spurious interrupt detection | Lukas Wunner | 2018-10-19 | 1 | -2/+6 | |
| | * | | | | | | | | | | | softirq: Fix typo in __do_softirq() comments | Yangtao Li | 2018-10-18 | 1 | -3/+3 | |
| | * | | | | | | | | | | | genirq: Fix grammar s/an /a / | Geert Uytterhoeven | 2018-10-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | | genirq/debugfs: Reinstate full OF path for domain name | Marc Zyngier | 2018-10-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | genirq/debugfs: Reset domain debugfs_file on removal of the debugfs file | Marc Zyngier | 2018-10-01 | 1 | -0/+1 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-10-25 | 11 | -132/+86 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | tick/sched : Remove redundant cpu_online() check | Peng Hao | 2018-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | tick/broadcast: Remove redundant check | Peng Hao | 2018-09-28 | 1 | -2/+0 | |
| | * | | | | | | | | | | y2038: signal: Change rt_sigtimedwait to use __kernel_timespec | Arnd Bergmann | 2018-08-29 | 1 | -8/+9 | |
| | * | | | | | | | | | | y2038: sched: Change sched_rr_get_interval to use __kernel_timespec | Arnd Bergmann | 2018-08-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | y2038: __get_old_timespec32() can be static | kbuild test robot | 2018-08-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | y2038: globally rename compat_time to old_time32 | Arnd Bergmann | 2018-08-27 | 8 | -65/+65 | |
| | * | | | | | | | | | | y2038: make do_gettimeofday() and get_seconds() inline | Arnd Bergmann | 2018-08-27 | 2 | -30/+9 | |
| | * | | | | | | | | | | y2038: remove unused time interfaces | Arnd Bergmann | 2018-08-27 | 1 | -24/+0 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-24 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | seccomp: remove unnecessary unlikely() | Igor Stoppa | 2018-09-06 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-24 | 6 | -170/+291 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | signal: Guard against negative signal numbers in copy_siginfo_from_user32 | Eric W. Biederman | 2018-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: Guard against negative signal numbers in copy_siginfo_from_user | Eric W. Biederman | 2018-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: In sigqueueinfo prefer sig not si_signo | Eric W. Biederman | 2018-10-08 | 1 | -57/+84 | |
| | * | | | | | | | | | | signal: Use a smaller struct siginfo in the kernel | Eric W. Biederman | 2018-10-03 | 1 | -18/+64 | |
| | * | | | | | | | | | | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 2018-10-03 | 4 | -61/+108 | |
| | * | | | | | | | | | | signal: Introduce copy_siginfo_from_user and use it's return value | Eric W. Biederman | 2018-10-03 | 2 | -16/+21 | |
| | * | | | | | | | | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 2018-10-03 | 1 | -3/+0 | |
| | * | | | | | | | | | | signal: Fail sigqueueinfo if si_signo != sig | Eric W. Biederman | 2018-10-03 | 1 | -2/+4 | |
| | * | | | | | | | | | | signal/sparc: Move EMT_TAGOVF into the generic siginfo.h | Eric W. Biederman | 2018-10-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: Pair exports with their functions | Eric W. Biederman | 2018-09-16 | 1 | -8/+7 | |
| | * | | | | | | | | | | signal: Remove specific_send_sig_info | Eric W. Biederman | 2018-09-16 | 1 | -8/+2 | |
| | * | | | | | | | | | | signal: Use group_send_sig_info to kill all processes in a pid namespace | Eric W. Biederman | 2018-09-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: Remove SEND_SIG_FORCED | Eric W. Biederman | 2018-09-11 | 1 | -4/+3 | |
| | * | | | | | | | | | | signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP | Eric W. Biederman | 2018-09-11 | 2 | -3/+3 | |
| | * | | | | | | | | | | signal: Never allocate siginfo for SIGKILL or SIGSTOP | Eric W. Biederman | 2018-09-11 | 1 | -3/+4 | |
| | * | | | | | | | | | | signal: Don't send siginfo to kthreads. | Eric W. Biederman | 2018-09-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init | Eric W. Biederman | 2018-09-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | signal: Properly deliver SIGILL from uprobes | Eric W. Biederman | 2018-09-11 | 1 | -2/+2 | |
| | * | | | | | | | | | | signal: Always ignore SIGKILL and SIGSTOP sent to the global init | Eric W. Biederman | 2018-09-11 | 1 | -0/+4 | |
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 17 | -3001/+1498 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | umh: Add command line to user mode helpers | Olivier Brunel | 2018-10-22 | 1 | -2/+14 | |
| | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-21 | 8 | -20/+500 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | bpf, verifier: avoid retpoline for map push/pop/peek operation | Daniel Borkmann | 2018-10-20 | 1 | -1/+24 | |
| | | * | | | | | | | | | | bpf, verifier: remove unneeded flow key in check_helper_mem_access | Daniel Borkmann | 2018-10-20 | 1 | -2/+0 | |
| | | * | | | | | | | | | | bpf, verifier: reject xadd on flow key memory | Daniel Borkmann | 2018-10-20 | 1 | -1/+10 | |
| | | * | | | | | | | | | | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 2018-10-20 | 1 | -6/+13 | |
| | | * | | | | | | | | | | bpf: remove unused variable | Alexei Starovoitov | 2018-10-19 | 1 | -1/+1 | |
| | | * | | | | | | | | | | bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB | Song Liu | 2018-10-19 | 1 | -0/+6 | |
| | | * | | | | | | | | | | bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall | Mauricio Vasquez B | 2018-10-19 | 1 | -0/+66 | |

