summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-05-13net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern1-3/+0
2015-05-13test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+10
2015-05-13net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko1-13/+1
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu1-441/+1
2015-05-13switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-4/+1
2015-05-13switchdev: s/swdev_/switchdev_/Jiri Pirko1-1/+1
2015-05-13PM / clock_ops: Provide default runtime ops to usersRajendra Nayak1-0/+10
2015-05-13PM / sleep: Add macro to define common noirq system PM callbacksGrygorii Strashko1-0/+12
2015-05-13block: remove export for blk_queue_bioMike Snitzer1-2/+0
2015-05-12tracing: remove unused ftrace_output_event() prototypeNicolas Iooss1-3/+0
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-0/+5
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck3-3/+23
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-3/+2
2015-05-12HID: hid-sensor-hub: Fix debug lock warningSrinivas Pandruvada1-2/+2
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2-13/+0
2015-05-12gpio: sysfs: clean up chip class-device handlingJohan Hovold1-2/+2
2015-05-12Merge tag 'v4.1-rc3' into develLinus Walleij18-28/+62
2015-05-12LSM: Switch to lists of hooksCasey Schaufler2-66/+57
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-0/+220
2015-05-12LSM: Remove a comment from security.hCasey Schaufler1-1270/+0
2015-05-12LSM: Add the comment to lsm_hooks.hCasey Schaufler1-0/+1279
2015-05-12LSM: Split security.hCasey Schaufler2-305/+358
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker1-1/+1
2015-05-12thermal: support slope and offset coefficientsEduardo Valentin1-0/+11
2015-05-12mtd: nand: add common DT init codeBrian Norris1-0/+5
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2015-05-11net: sched: fix typo in net_device ifdefDaniel Borkmann1-1/+1
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy1-0/+9
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-0/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman1-1/+0
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar82-481/+768
2015-05-11new helper: free_page_put_link()Al Viro1-0/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-3/+3
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown1-3/+9
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar6-7/+24
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg1-0/+7
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy1-0/+1
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman1-2/+4
2015-05-11crypto: nx - add nx842 constraintsDan Streetman1-0/+9
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman1-4/+6
2015-05-11lib: add software 842 compression/decompressionDan Streetman1-0/+12
2015-05-11don't pass nameidata to ->follow_link()Al Viro2-4/+4
2015-05-11VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown1-1/+1
2015-05-11namei: remove restrictions on nesting depthAl Viro1-0/+2
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro2-8/+6
2015-05-11SECURITY: remove nameidata arg from inode_follow_link.NeilBrown1-6/+3
2015-05-11debugfs: switch to simple_follow_link()Al Viro1-1/+0
2015-05-11libfs: simple_follow_link()Al Viro1-0/+3