summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-10iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIOIrina Tirdea1-0/+1
2015-05-10pty: Fix input race when closingPeter Hurley1-1/+1
2015-05-10vt: add cursor blink interval escape sequenceScot Doyle1-0/+1
2015-05-10serial: sh-sci: Standardize on using the BIT() macro to define register bitsGeert Uytterhoeven1-9/+10
2015-05-10serial: sh-sci: Move private definitions to private header fileGeert Uytterhoeven1-66/+1
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-0/+2
2015-05-10usb: phy: Remove the phy-rcar-gen2-usb driverGeert Uytterhoeven1-22/+0
2015-05-10sched, timer: Fix documentation for 'struct thread_group_cputimer'Jason Low1-2/+1
2015-05-10netlink: allow to listen "all" netnsNicolas Dichtel1-0/+2
2015-05-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2015-05-10seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-7/+5
2015-05-10seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-4/+0
2015-05-10net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan1-0/+6
2015-05-09Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+1
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi2-0/+38
2015-05-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-05-09Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-05-08Merge branch 'clk-fixes' into clk-nextMichael Turquette1-4/+0
2015-05-08clk: si5351: Do not pass struct clk in platform_dataSebastian Hesselbarth1-4/+0
2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy1-1/+1
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long1-0/+5
2015-05-08perf: Fix software migrate eventsPeter Zijlstra2-3/+28
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra1-0/+46
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2-7/+3
2015-05-08sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low1-0/+17
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2-10/+7
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low1-2/+2
2015-05-08signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt1-1/+1
2015-05-08sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt1-7/+10