summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-05-12LSM: Split security.hCasey Schaufler
2015-05-12mailbox: Make mbox_chan_ops constAndrew Bresticker
2015-05-11thermal: support slope and offset coefficientsEduardo Valentin
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-11net: sched: fix typo in net_device ifdefDaniel Borkmann
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11lib: add software 842 compression/decompressionDan Streetman
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown
2015-05-10namei: remove restrictions on nesting depthAl Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown
2015-05-10debugfs: switch to simple_follow_link()Al Viro
2015-05-10libfs: simple_follow_link()Al Viro
2015-05-10iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIOIrina Tirdea
2015-05-10pty: Fix input race when closingPeter Hurley
2015-05-10vt: add cursor blink interval escape sequenceScot Doyle
2015-05-10serial: sh-sci: Standardize on using the BIT() macro to define register bitsGeert Uytterhoeven
2015-05-10serial: sh-sci: Move private definitions to private header fileGeert Uytterhoeven
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang
2015-05-10usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven
2015-05-10sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan
2015-05-09Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-08Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-05-08Merge branch 'clk-fixes' into clk-nextMichael Turquette
2015-05-08clk: si5351: Do not pass struct clk in platform_dataSebastian Hesselbarth
2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long