summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-10-16mfd: 88pm80x: Double shifting bug in suspend/resumeDan Carpenter1-2/+2
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan1-0/+2
2016-10-07nvmem: Declare nvmem_cell_read() consistentlyGuenter Roeck1-1/+1
2016-10-07can: dev: fix deadlock reported after bus-offSergei Miroshnichenko1-1/+2
2016-09-30fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-09-30fanotify: fix list corruption in fanotify_get_response()Jan Kara1-3/+0
2016-09-30fsnotify: add a way to stop queueing events on group shutdownJan Kara1-0/+3
2016-09-30net: smc91x: fix SMC accessesRussell King1-0/+10
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-0/+1
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz1-18/+18
2016-09-24fix iov_iter_fault_in_readable()Al Viro1-1/+1
2016-09-24genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon1-0/+10
2016-09-24net: simplify napi_synchronize() to avoid warningsArnd Bergmann1-6/+5
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann1-1/+1
2016-09-24iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R1-4/+4
2016-09-24mm: introduce get_task_exe_fileMateusz Guzik1-0/+1
2016-09-15wrappers for ->i_mutex accessAl Viro1-2/+27
2016-09-15kernel: Add noaudit variant of ns_capable()Tyler Hicks1-0/+5
2016-09-15block: fix blk_rq_get_max_sectors for driver private requestsChristoph Hellwig1-1/+1
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-0/+26
2016-09-15perf/x86/cqm: Fix CQM handling of grouping events into a cache_groupVikas Shivappa1-0/+1
2016-09-15proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-2/+1
2016-09-15lightnvm: fix missing grown bad block typeMatias Bjørling1-2/+3
2016-09-07ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macroLorenzo Pieralisi1-1/+1
2016-09-07Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2-11/+19
2016-09-07mfd: cros_ec: Add cros_ec_cmd_xfer_status() helperTomeu Vizoso1-0/+15
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+2
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner1-4/+2
2016-09-07PCI: Add Netronome NFP4000 PF device IDSimon Horman1-0/+1
2016-09-07PCI: Add Netronome vendor and device IDsJason S. McMullan1-0/+6
2016-08-20IB/mlx5: Fix post send fence logicEli Cohen1-0/+1
2016-08-20IB/mlx5: Fix MODIFY_QP command input structureArtemy Kovalyov1-2/+2
2016-08-20block: fix bdi vs gendisk lifetime mismatchDan Williams2-0/+2
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-0/+3
2016-08-16mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-0/+8
2016-08-16devpts: clean up interface to pty driversLinus Torvalds1-24/+10
2016-08-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+1
2016-07-27vfs: add d_real_inode() helperMiklos Szeredi1-0/+12
2016-07-27net_sched: fix mirrored packets checksumWANG Cong1-0/+19
2016-07-27packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-0/+1
2016-07-27nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+0
2016-07-27locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini1-3/+13
2016-07-27USB: EHCI: declare hostpc register as zero-length arrayAlan Stern1-2/+2
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann1-0/+7
2016-07-11bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-0/+4
2016-07-11sock_diag: do not broadcast raw socket destructionWillem de Bruijn1-0/+6
2016-07-11net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld1-1/+2
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+3
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-1/+1
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+2