summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann1-1/+1
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)1-0/+5
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+4
2016-02-15net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-0/+19
2016-02-15unix: properly account for FDs passed over unix socketswilly tarreau1-0/+1
2016-02-15radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov1-3/+3
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-02-15radix-tree: fix race in gang lookupMatthew Wilcox1-0/+16
2016-02-09printk: do cond_resched() between lines while outputting to consolesTejun Heo1-0/+1
2016-02-09locks: update comments that refer to inode->i_flockJeff Layton1-9/+10
2016-02-09NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-1/+1
2016-02-09Thermal: do thermal zone update after a cooling device registeredChen Yu1-0/+2
2016-02-09Thermal: initialize thermal zone device correctlyZhang Rui1-0/+3
2016-01-22USB: add quirk for devices with broken LPMAlan Stern1-0/+3
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-0/+1
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet1-1/+1
2015-12-02PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-0/+2
2015-12-02PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-0/+2
2015-11-13skbuff: Fix skb checksum partial check.Pravin B Shelar1-1/+1
2015-11-13skbuff: Fix skb checksum flag on skb pullPravin B Shelar1-0/+3
2015-11-13jbd2: avoid infinite loop when destroying aborted journalJan Kara1-1/+2
2015-10-27iio: Add inverse unit conversion macrosLars-Peter Clausen1-0/+17
2015-10-27overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2-2/+2
2015-10-27VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells1-0/+57
2015-10-27security: fix typo in security_task_prctlJann Horn1-1/+1
2015-10-27if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2-0/+9
2015-09-27rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2-15/+15
2015-08-27libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter1-0/+2
2015-08-27libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen1-0/+1
2015-08-27Revert "libata: add ATA_HORKAGE_NOTRIM"Sasha Levin1-1/+0
2015-08-27kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+4
2015-08-27ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki1-0/+2
2015-08-27mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood1-5/+5
2015-08-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov1-1/+4
2015-08-04libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter1-0/+1
2015-07-12mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman1-1/+1
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger1-2/+4
2015-07-03nfs: increase size of EXCHANGE_ID name string bufferJeff Layton1-1/+1
2015-07-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi1-2/+2
2015-07-03PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-5/+1
2015-07-01lib/rhashtable: fix race between rhashtable_lookup_compare and hashtable resizeKonstantin Khlebnikov1-1/+1
2015-06-28kernel: make READ_ONCE() valid on const argumentsLinus Torvalds1-3/+3
2015-06-28[media] Add and use IS_REACHABLE macroArnd Bergmann1-0/+9
2015-06-28jhash: Update jhash_[321]words functions to use correct initvalAlexander Duyck1-6/+11
2015-06-28Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki3-0/+117
2015-06-28ACPI: Add support for device specific propertiesMika Westerberg1-0/+40
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-3/+4
2015-06-10libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta1-0/+9
2015-06-10libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta1-0/+1
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+21