summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* decompressor: add LZ4 decompressor moduleKyungsik Lee2013-07-091-0/+51
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-0/+17
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-0/+2
* reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-0/+2
* reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-0/+5
* reboot: checkpatch.pl the new kernel/reboot.c fileRobin Holt2013-07-091-1/+1
* ipc/sem.c: replace shared sem_otime with per-semaphore valueManfred Spraul2013-07-091-1/+0
* ipc/sem: separate wait-for-zero and alter tasks into seperate queuesManfred Spraul2013-07-091-1/+4
* ptrace: revert "Prepare to fix racy accesses on task breakpoints"Oleg Nesterov2013-07-092-13/+0
* fatfs: add FAT_IOCTL_GET_VOLUME_IDMike Lockwood2013-07-091-0/+10
* page migration: fix wrong comment in address_space_operations.migratepage()Tang Chen2013-07-091-2/+2
* mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches2013-07-091-6/+0
* mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch nameWanpeng Li2013-07-091-0/+6
* mm/writeback: remove wb_reason_nameWanpeng Li2013-07-091-1/+0
* fs/fs-writeback.c: : make wb_do_writeback() as staticHaicheng Li2013-07-091-1/+0
* mm: remove unused functions is_{normal_idx, normal, dma32, dma}Zhang Yanfei2013-07-091-28/+0
* include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei2013-07-091-1/+1
* mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei2013-07-091-6/+6
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-091-4/+22
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-076-11/+13
|\
| * DMA: shdma: add DT supportGuennadi Liakhovetski2013-07-051-0/+2
| * DMA: shdma: shdma_chan_filter() has to be in shdma-base.hGuennadi Liakhovetski2013-07-052-2/+1
| * ARM: at91: dt: add header to define at_hdmac configurationLudovic Desroches2013-07-051-0/+27
| * dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown2013-07-051-4/+4
| * dmaengine: at_hdmac: extend hardware handshaking interface identificationNicolas Ferre2013-07-051-0/+4
| * dma: imx-dma: Add oftree supportMarkus Pargmann2013-07-051-4/+2
| * dma: of: Remove check on always true conditionLars-Peter Clausen2013-06-121-1/+0
* | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-072-22/+9
|\ \
| * | modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-12/+0
| * | init.h: remove __cpuinit sections from the kernelPaul Gortmaker2013-06-261-10/+9
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-069-15/+61
|\ \ \
| * | | clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-051-0/+1
| * | | Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-0474-186/+387
| |\ \ \
| | * | | posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-031-5/+11
| * | | | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-281-0/+7
| * | | | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz2013-06-181-6/+0
| * | | | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-0/+21
| * | | | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-291-0/+4
| * | | | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-281-2/+2
| * | | | dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2013-05-281-0/+6
| * | | | ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann2013-05-281-1/+2
| * | | | ktime: Use macro NSEC_PER_USEC where appropriateLiu Ying2013-05-281-3/+4
| * | | | clockevents: Implement unbind functionalityThomas Gleixner2013-05-161-0/+1
| * | | | clockevents: Add module refcountThomas Gleixner2013-05-161-0/+3
| * | | | clockevents: Get rid of the notifier chainThomas Gleixner2013-05-161-1/+0
| * | | | clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-161-1/+1
| * | | | clocksource: Add module refcountThomas Gleixner2013-05-161-0/+3
| * | | | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-161-1/+1
| * | | | clocksource: apb_timer: Remove unsused functionThomas Gleixner2013-05-161-1/+0
* | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-67/+75
|\ \ \ \ \