| Commit message (Expand) | Author | Files | Lines |
2017-11-13 | kallsyms: fix building without printk | Arnd Bergmann | 1 | -1/+2 |
2017-11-13 | cpu/hotplug: Get rid of CPU hotplug notifier leftovers | Thomas Gleixner | 3 | -52/+14 |
2017-11-13 | kprobes: Don't spam the build log with deprecation warnings | Ingo Molnar | 1 | -6/+6 |
2017-11-13 | /proc/module: use the same logic as /proc/kallsyms for address exposure | Linus Torvalds | 3 | -9/+27 |
2017-11-13 | modules: make sysfs attribute files readable by owner only | Linus Torvalds | 1 | -1/+1 |
2017-11-12 | genirq: Fix type of shifting literal 1 in __setup_irq() | Rasmus Villemoes | 1 | -1/+1 |
2017-11-12 | irqdomain: Drop pointless NULL check in virq_debug_show_one | Rasmus Villemoes | 1 | -2/+1 |
2017-11-12 | genirq/proc: Return proper error code when irq_set_affinity() fails | Wen Yaxng | 1 | -2/+3 |
2017-11-12 | modpost: detect modules without a MODULE_LICENSE | Randy Dunlap | 1 | -1/+1 |
2017-11-12 | Linux 4.14v4.14 | Linus Torvalds | 1 | -1/+1 |
2017-11-12 | timers: Add a function to start/reduce a timer | David Howells | 2 | -7/+39 |
2017-11-12 | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() | Arnd Bergmann | 2 | -4/+2 |
2017-11-12 | irq/work: Use llist_for_each_entry_safe | Thomas Gleixner | 1 | -3/+3 |
2017-11-12 | x86/intel_rdt: Fix a silent failure when writing zero value schemata | Xiaochen Shen | 1 | -0/+5 |
2017-11-11 | vlan: fix a use-after-free in vlan_device_event() | Cong Wang | 1 | -3/+3 |
2017-11-11 | tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header | Ingo Molnar | 1 | -0/+1 |
2017-11-11 | net: dsa: return after vlan prepare phase | Vivien Didelot | 1 | -0/+2 |
2017-11-11 | net: dsa: return after mdb prepare phase | Vivien Didelot | 1 | -0/+2 |
2017-11-10 | spi: imx: Don't require platform data chipselect array | Trent Piepho | 1 | -7/+9 |
2017-11-10 | spi: imx: Fix failure path leak on GPIO request error | Trent Piepho | 1 | -1/+3 |
2017-11-10 | spi: imx: GPIO based chip selects should not be required | Trent Piepho | 1 | -8/+10 |
2017-11-10 | .mailmap: Add Maciej W. Rozycki's Imagination e-mail address | Maciej W. Rozycki | 1 | -0/+1 |
2017-11-10 | Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" | Linus Torvalds | 3 | -11/+6 |
2017-11-10 | MAINTAINERS: add virtio-ccw.h to virtio/s390 section | Cornelia Huck | 1 | -0/+1 |
2017-11-10 | s390/noexec: execute kexec datamover without DAT | Heiko Carstens | 2 | -3/+1 |
2017-11-10 | s390: fix transactional execution control register handling | Heiko Carstens | 3 | -2/+5 |
2017-11-10 | s390/bpf: take advantage of stack_depth tracking | Michael Holzheu | 2 | -15/+18 |
2017-11-10 | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE | Michael S. Tsirkin | 2 | -4/+12 |
2017-11-10 | regulator: tps65218: remove unused tps_info structure | Keerthy | 1 | -19/+0 |
2017-11-10 | regulator: tps65218: Fix strobe assignment | Keerthy | 1 | -1/+1 |
2017-11-10 | can: ifi: Fix transmitter delay calculation | Marek Vasut | 1 | -3/+3 |
2017-11-10 | tcp: fix tcp_fastretrans_alert warning | Yuchung Cheng | 1 | -2/+1 |
2017-11-10 | tcp: gso: avoid refcount_t warning from tcp_gso_segment() | Eric Dumazet | 1 | -2/+10 |
2017-11-10 | x86/virt/xen: Use guest_late_init to detect Xen PVH guest | Juergen Gross | 2 | -11/+22 |
2017-11-10 | x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st... | Juergen Gross | 5 | -4/+6 |
2017-11-10 | x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGA | Juergen Gross | 2 | -0/+6 |
2017-11-10 | x86/virt: Add enum for hypervisors to replace x86_hyper | Juergen Gross | 11 | -31/+40 |
2017-11-10 | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a... | Juergen Gross | 12 | -61/+81 |
2017-11-10 | x86/tsc: Mark cyc2ns_init() and detect_art() __init | Dou Liyang | 1 | -2/+2 |
2017-11-10 | can: peak: Add support for new PCIe/M2 CAN FD interfaces | Stephane Grosjean | 1 | -2/+12 |
2017-11-10 | can: sun4i: handle overrun in RX FIFO | Gerhard Bertelsmann | 1 | -2/+10 |
2017-11-10 | can: c_can: don't indicate triple sampling support for D_CAN | Richard Schütz | 2 | -2/+0 |
2017-11-10 | x86/debug: Handle warnings before the notifier chain, to fix KGDB crash | Alexander Shishkin | 1 | -3/+7 |
2017-11-10 | net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs | Eugenia Emantayev | 1 | -1/+1 |
2017-11-10 | net/mlx5e: Set page to null in case dma mapping fails | Inbar Karmy | 1 | -7/+5 |
2017-11-10 | net/mlx5e: Fix napi poll with zero budget | Saeed Mahameed | 1 | -4/+6 |
2017-11-10 | net/mlx5: Cancel health poll before sending panic teardown command | Huy Nguyen | 1 | -0/+7 |
2017-11-10 | net/mlx5: Loop over temp list to release delay events | Huy Nguyen | 1 | -1/+1 |
2017-11-10 | rds: ib: Fix NULL pointer dereference in debug code | Håkon Bugge | 1 | -5/+5 |
2017-11-10 | MAINTAINERS: update TPM driver infrastructure changes | Jarkko Sakkinen | 2 | -12/+10 |