summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2015-05-22workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan1-1/+29
2015-05-22bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2-1/+23
2015-05-21power_supply: Fix possible NULL pointer dereference on early ueventKrzysztof Kozlowski1-0/+1
2015-05-21ARM: BCM63xx: Add Broadcom BCM63xx PMB controller helpersFlorian Fainelli1-0/+88
2015-05-21Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Arnd Bergmann2-4/+6
2015-05-20block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson1-0/+3
2015-05-20mfd: syscon: Add Atmel MC (Memory Controller) registers definitionBoris Brezillon1-0/+144
2015-05-20Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal1-0/+1
2015-05-20module: add core_param_unsafeDmitry Torokhov1-0/+9
2015-05-20driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez1-6/+7
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2-3/+7
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov1-0/+28
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-1/+2
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren3-0/+63
2015-05-20livepatch: introduce patch/func-walking helpersJiri Slaby1-0/+6
2015-05-20livepatch: make kobject in klp_object statically allocatedMiroslav Benes1-1/+1
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini1-2/+2
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-1/+0
2015-05-19block: collapse bio bit spaceJens Axboe1-9/+9
2015-05-19jiffies: Remove the extra indentation levelThomas Gleixner1-8/+7
2015-05-19block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig1-2/+0
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig1-1/+0
2015-05-19block: use an atomic_t for mq_freeze_depthChristoph Hellwig1-1/+1
2015-05-19clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED stateViresh Kumar1-1/+6
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner91-494/+801
2015-05-19Merge branch 'irq/for-x86' into x86/apicThomas Gleixner1-0/+6
2015-05-19Merge branch 'irq/for-x86' into irq/coreThomas Gleixner1-0/+6
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu1-0/+6
2015-05-19time: Allow gcc to fold constants when possibleNicholas Mc Guire1-3/+15
2015-05-19time: Refactor msecs_to_jiffiesNicholas Mc Guire1-1/+63
2015-05-19extcon: arizona: Add support for select accessory detect mode when headphone ...Inha Song1-0/+3
2015-05-19extcon: Fix the checkpatch warning and minor coding style issueChanwoo Choi1-3/+4
2015-05-19extcon: Add extcon_get_edev_name() API to get the extcon device nameChanwoo Choi1-0/+4
2015-05-19extcon: axp288: Add axp288 extcon driver supportRamakrishna Pallala1-0/+5
2015-05-19sched/wait: Introduce TASK_NOLOAD and TASK_IDLEPeter Zijlstra1-3/+7
2015-05-19sched/preempt, mm/fault: Decouple preemption from the page fault logicDavid Hildenbrand1-14/+2
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-0/+12
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2-0/+4
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand1-1/+2
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand2-7/+30
2015-05-19sched/preempt: Remove PREEMPT_ACTIVE unmasking off in_atomic()Frederic Weisbecker1-1/+1
2015-05-19sched/preempt: Fix out of date commentFrederic Weisbecker1-1/+1
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker1-0/+12
2015-05-19sched/preempt: Rename PREEMPT_CHECK_OFFSET to PREEMPT_DISABLE_OFFSETFrederic Weisbecker1-4/+4
2015-05-19sched/preempt: Rearrange a few symbols after headers mergeFrederic Weisbecker1-19/+15
2015-05-19sched/preempt: Merge preempt_mask.h into preempt.hFrederic Weisbecker5-120/+113
2015-05-19Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar10-10/+29
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-4/+4
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra1-1/+1