| Commit message (Expand) | Author | Files | Lines |
2015-10-06 | Input: parkbd - use parallel port device model | Sudip Mukherjee | 1 | -18/+37 |
2015-10-06 | Input: turbografx - store object in correct index | Sudip Mukherjee | 1 | -9/+11 |
2015-10-06 | Input: gamecon - store object at correct index | Sudip Mukherjee | 1 | -9/+10 |
2015-10-06 | Input: db9 - store object at correct index | Sudip Mukherjee | 1 | -9/+10 |
2015-10-04 | Linux 4.3-rc4v4.3-rc4 | Linus Torvalds | 1 | -1/+1 |
2015-10-04 | MIPS: scall: Always run the seccomp syscall filters | Markos Chandras | 4 | -73/+42 |
2015-10-02 | clocksource: Fix abs() usage w/ 64bit values | John Stultz | 1 | -1/+1 |
2015-10-02 | irqchip/gic-v3-its: Count additional LPIs for the aliased devices | Marc Zyngier | 1 | -1/+1 |
2015-10-02 | irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined | Marc Zyngier | 1 | -0/+3 |
2015-10-02 | Input: add support for FocalTech FT6236 touchscreen controller | Noralf Trønnes | 5 | -0/+377 |
2015-10-02 | Input: cyttsp - use PTR_ERR_OR_ZERO() | Javier Martinez Canillas | 1 | -4/+1 |
2015-10-02 | Input: ads7846 - use PTR_ERR_OR_ZERO() | Javier Martinez Canillas | 1 | -3/+1 |
2015-10-02 | Input: tps6507x-ts - simplify function return logic | Javier Martinez Canillas | 1 | -8/+1 |
2015-10-02 | Input: auo-pixcir-ts - simplify function return logic | Javier Martinez Canillas | 1 | -6/+1 |
2015-10-02 | Input: zforce - simplify function return logic | Javier Martinez Canillas | 1 | -6/+1 |
2015-10-02 | Input: kxtj9 - remove unneeded retval variable | Javier Martinez Canillas | 1 | -2/+1 |
2015-10-02 | Input: joydev - use memdup_user() to duplicate memory from user-space | Javier Martinez Canillas | 1 | -12/+6 |
2015-10-02 | Input: goldfish - allow compile the driver with COMPILE_TEST | Javier Martinez Canillas | 1 | -1/+1 |
2015-10-02 | Input: gpio_keys - don't report events on gpio failure | Bjorn Andersson | 1 | -1/+7 |
2015-10-02 | Revert "Input: synaptics - fix handling of disabling gesture mode" | Dmitry Torokhov | 1 | -8/+4 |
2015-10-02 | MIPS: Octeon: Fix kernel panic on startup from memory corruption | Matt Bennett | 1 | -1/+1 |
2015-10-02 | MIPS: Fix R2300 FP context switch handling | Paul Burton | 1 | -27/+1 |
2015-10-02 | MIPS: Fix octeon FP context switch handling | Paul Burton | 1 | -25/+1 |
2015-10-02 | arm64: ftrace: fix function_graph tracer panic | Li Bin | 1 | -2/+20 |
2015-10-02 | MIPS: BPF: Fix load delay slots. | Ralf Baechle | 1 | -0/+4 |
2015-10-02 | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds | Ben Hutchings | 1 | -1/+1 |
2015-10-02 | md/bitmap: don't pass -1 to bitmap_storage_alloc. | NeilBrown | 1 | -1/+2 |
2015-10-02 | md/raid1: Avoid raid1 resync getting stuck | Jes Sorensen | 1 | -3/+2 |
2015-10-02 | md: drop null test before destroy functions | Julia Lawall | 4 | -14/+7 |
2015-10-02 | md: clear CHANGE_PENDING in readonly array | Shaohua Li | 1 | -0/+1 |
2015-10-02 | md/raid0: apply base queue limits *before* disk_stack_limits | NeilBrown | 1 | -6/+6 |
2015-10-02 | md/raid5: don't index beyond end of array in need_this_block(). | NeilBrown | 1 | -2/+2 |
2015-10-02 | raid5: update analysis state for failed stripe | Shaohua Li | 1 | -0/+4 |
2015-10-02 | md: wait for pending superblock updates before switching to read-only | NeilBrown | 1 | -0/+4 |
2015-10-02 | x86/mm: Set NX on gap between __ex_table and rodata | Stephen Smalley | 1 | -1/+1 |
2015-10-02 | x86/kexec: Fix kexec crash in syscall kexec_file_load() | Lee, Chun-Yi | 1 | -4/+3 |
2015-10-02 | drm/dp/mst: add some defines for logical/physical ports | Dave Airlie | 2 | -1/+5 |
2015-10-02 | drm/dp/mst: drop cancel work sync in the mstb destroy path (v2) | Dave Airlie | 1 | -2/+3 |
2015-10-02 | drm/dp/mst: split connector registration into two parts (v2) | Dave Airlie | 4 | -6/+23 |
2015-10-02 | drm/dp/mst: update the link_address_sent before sending the link address (v3) | Dave Airlie | 1 | -13/+12 |
2015-10-02 | drm/dp/mst: fixup handling hotplug on port removal. | Dave Airlie | 1 | -10/+26 |
2015-10-02 | drm/dp/mst: don't pass port into the path builder function | Dave Airlie | 1 | -4/+5 |
2015-10-02 | drm/radeon: drop radeon_fb_helper_set_par | Alex Deucher | 1 | -31/+1 |
2015-10-02 | drm: handle cursor_set2 in restore_fbdev_mode | Alex Deucher | 1 | -1/+5 |
2015-10-02 | dmapool: fix overflow condition in pool_find_page() | Robin Murphy | 1 | -1/+1 |
2015-10-02 | thermal: avoid division by zero in power allocator | Andrea Arcangeli | 1 | -0/+10 |
2015-10-02 | memcg: remove pcp_counter_lock | Greg Thelen | 2 | -2/+0 |
2015-10-02 | kprobes: use _do_fork() in samples to make them work again | Petr Mladek | 3 | -12/+12 |
2015-10-02 | drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE | Andrew Morton | 1 | -0/+1 |
2015-10-02 | memcg: make mem_cgroup_read_stat() unsigned | Greg Thelen | 1 | -12/+18 |