summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt1-9/+9
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-0/+5
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-3/+4
2015-05-08dmaengine: Remove Renesas Audio DMAC peri peri platform dataGeert Uytterhoeven1-34/+0
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-1/+0
2015-05-07nohz: Add tick_nohz_full_add_cpus_to() APIChris Metcalf1-0/+7
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2-10/+3
2015-05-07context_tracking: Protect against recursionFrederic Weisbecker1-0/+1
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel1-0/+1
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger1-9/+18
2015-05-07tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+1
2015-05-07mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+0
2015-05-06serial: core: Fix unused variable warnings from uart_console()Peter Hurley1-1/+1
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-1/+1
2015-05-06tty: constify return type of tty_nameRasmus Villemoes1-1/+1
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2015-05-06pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick1-1/+1
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren1-2/+10
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij2-3/+4
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang1-0/+3
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar1-0/+5