| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | kernel/configs: use .incbin directive to embed config_data.gz | Masahiro Yamada | 2019-03-07 | 3 | -34/+21 | |
| | * | | | | | | | | | | | | | | | kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-03-07 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | sysctl: handle overflow for file-max | Christian Brauner | 2019-03-07 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | sysctl: handle overflow in proc_get_long | Christian Brauner | 2019-03-07 | 1 | -1/+39 | |
| | * | | | | | | | | | | | | | | | kernel: workqueue: clarify wq_worker_last_func() caller requirements | Johannes Weiner | 2019-03-07 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | | dynamic_debug: add static inline stub for ddebug_add_module | Rasmus Villemoes | 2019-03-07 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | dynamic_debug: move pr_err from module.c to ddebug_add_module | Rasmus Villemoes | 2019-03-07 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | kernel/sys: annotate implicit fall through | Mathieu Malaterre | 2019-03-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | kernel/hung_task.c: Use continuously blocked time when reporting. | Tetsuo Handa | 2019-03-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | kernel/hung_task.c - fix sparse warnings | Valdis Kletnieks | 2019-03-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings | YueHaibing | 2019-03-07 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-03-07 | 5 | -22/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'topic/dma' into next | Michael Ellerman | 2019-02-21 | 4 | -18/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | swiotlb: remove swiotlb_dma_supported | Christoph Hellwig | 2019-02-18 | 1 | -12/+0 | |
| | | * | | | | | | | | | | | | | | | | dma-mapping, powerpc: simplify the arch dma_set_mask override | Christoph Hellwig | 2019-02-18 | 2 | -2/+10 | |
| | | * | | | | | | | | | | | | | | | | powerpc/dma: stop overriding dma_get_required_mask | Christoph Hellwig | 2019-02-18 | 1 | -2/+0 | |
| | | * | | | | | | | | | | | | | | | | dma-direct: we might need GFP_DMA for 32-bit dma masks | Christoph Hellwig | 2019-02-18 | 1 | -2/+1 | |
| | | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| | * / | | | | | | | | | | | | | | | powerpc: Drop page_is_ram() and walk_system_ram_range() | Christophe Leroy | 2019-02-04 | 1 | -4/+0 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-07 | 7 | -322/+375 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | audit: mark expected switch fall-through | Gustavo A. R. Silva | 2019-02-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | audit: hide auditsc_get_stamp and audit_serial prototypes | Richard Guy Briggs | 2019-02-07 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL | Richard Guy Briggs | 2019-02-03 | 3 | -166/+158 | |
| | * | | | | | | | | | | | | | | | | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 2019-01-31 | 2 | -10/+13 | |
| | * | | | | | | | | | | | | | | | | audit: ignore fcaps on umount | Richard Guy Briggs | 2019-01-30 | 3 | -5/+13 | |
| | * | | | | | | | | | | | | | | | | audit: clean up AUDITSYSCALL prototypes and stubs | Richard Guy Briggs | 2019-01-25 | 1 | -31/+33 | |
| | * | | | | | | | | | | | | | | | | audit: more filter PATH records keyed on filesystem magic | Richard Guy Briggs | 2019-01-25 | 1 | -8/+27 | |
| | * | | | | | | | | | | | | | | | | audit: add support for fcaps v3 | Richard Guy Briggs | 2019-01-25 | 3 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT | Richard Guy Briggs | 2019-01-25 | 2 | -84/+85 | |
| | * | | | | | | | | | | | | | | | | audit: add syscall information to CONFIG_CHANGE records | Richard Guy Briggs | 2019-01-18 | 4 | -12/+22 | |
| | * | | | | | | | | | | | | | | | | audit: hand taken context to audit_kill_trees for syscall logging | Richard Guy Briggs | 2019-01-14 | 3 | -16/+19 | |
| | * | | | | | | | | | | | | | | | | audit: give a clue what CONFIG_CHANGE op was involved | Richard Guy Briggs | 2019-01-14 | 1 | -2/+5 | |
| | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-03-07 | 4 | -32/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | LSM: add SafeSetID module that gates setid calls | Micah Morton | 2019-01-25 | 2 | -5/+24 | |
| | * | | | | | | | | | | | | | | | | capabilities:: annotate implicit fall through | Mathieu Malaterre | 2019-01-22 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | Merge tag 'v5.0-rc3' into next-general | James Morris | 2019-01-22 | 12 | -33/+141 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | LSM: generalize flag passing to security_capable | Micah Morton | 2019-01-10 | 2 | -11/+15 | |
| | * | | | | | | | | | | | | | | | | | SELinux: Remove cred security blob poisoning | Casey Schaufler | 2019-01-08 | 1 | -13/+0 | |
| | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2019-03-07 | 5 | -25/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | cpuset: remove unused task_has_mempolicy() | Masahiro Yamada | 2019-02-19 | 1 | -13/+0 | |
| | * | | | | | | | | | | | | | | | | | cgroup, rstat: Don't flush subtree root unless necessary | Tejun Heo | 2019-02-15 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ... | Oleg Nesterov | 2019-01-31 | 3 | -8/+12 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2019-03-07 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | workqueue: Fix spelling in source code comments | Bart Van Assche | 2019-03-05 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | workqueue: fix typo in comment | Liu Song | 2019-02-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | workqueue: Try to catch flush_work() without INIT_WORK(). | Tetsuo Handa | 2019-01-25 | 1 | -0/+3 | |
| | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-03-07 | 2 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | tracing/kprobes: Use probe_kernel_read instead of probe_mem_read | Masami Hiramatsu | 2019-03-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | tracing: Fix event filters and triggers to handle negative numbers | Pavel Tikhomirov | 2019-03-01 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-06 | 2 | -24/+113 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 2019-02-11 | 33 | -144/+409 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||

