summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ext4: implement writeback livelock avoidance using page taggingEric Sandeen2010-10-271-0/+2
| * | | | | | fs: Add FITRIM ioctlLukas Czerner2010-10-271-0/+8
| * | | | | | Add helper function for blkdev_issue_zeroout (sb_issue_discard)Lukas Czerner2010-10-271-0/+8
| * | | | | | jbd2: Fix I/O hang in jbd2_journal_release_jbd_inodeBrian King2010-10-271-1/+1
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-273-18/+280
|\ \ \ \ \ \ \
| * | | | | | | async_tx: make async_tx channel switching opt-inDan Williams2010-10-071-4/+4
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams2010-10-073-15/+277
| |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | intel_mid_dma: change the slave interfaceKoul, Vinod2010-10-071-14/+1
| | | | | * | | | | | | intel_mid_dma: Add sg list support to DMA driverRamesh Babu K V2010-10-071-0/+3
| | | | * | | | | | | | dmaengine: add wrapper functions for device control functionsSascha Hauer2010-10-051-0/+34
| | | | * | | | | | | | dmaengine: add possibility for cyclic transfersSascha Hauer2010-10-051-1/+8
| | |_|/ / / / / / / / | |/| | | | | | | | |
| | | * | | | | | | | fsldma: improved DMA_SLAVE supportIra Snyder2010-10-071-0/+3
| | | * | | | | | | | dma: add support for scatterlist to scatterlist copyIra Snyder2010-10-071-0/+6
| | | |/ / / / / / /
| | * | | | | | | | dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij2010-09-291-0/+222
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-271-9/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Typedef SMP call function pointerDavid Howells2010-10-271-9/+10
* | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-272-13/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2010-10-261-12/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ring-buffer: Remove ring_buffer_event_time_delta()Steven Rostedt2010-10-201-12/+0
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-231-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-211-1/+1
* | | | | | | | | | | | Merge branch 'akpm-incoming-2'Linus Torvalds2010-10-2720-56/+205
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-271-0/+2
| * | | | | | | | | | | | Remove duplicate includes from many filesZimny Lech2010-10-271-1/+0
| * | | | | | | | | | | | ramoops: use the platform data structure instead of module paramsKyungmin Park2010-10-271-0/+15
| * | | | | | | | | | | | kfifo: fix kfifo_alloc() to return a signed int valueStefani Seibold2010-10-271-12/+21
| * | | | | | | | | | | | rapidio: fix IDLE2 bits corruptionAlexandre Bounine2010-10-271-2/+1
| * | | | | | | | | | | | rapidio: add handling of redundant routesAlexandre Bounine2010-10-271-0/+2
| * | | | | | | | | | | | rapidio: add support for IDT CPS Gen2 switchesAlexandre Bounine2010-10-272-0/+7
| * | | | | | | | | | | | rapidio: modify sysfs initialization for switchesAlexandre Bounine2010-10-271-0/+6
| * | | | | | | | | | | | rapidio: add default handler for error-stopped stateAlexandre Bounine2010-10-271-3/+5
| * | | | | | | | | | | | rapidio: add relation links between RIO device structuresAlexandre Bounine2010-10-271-0/+4
| * | | | | | | | | | | | rapidio: use stored ingress port number instead of register readAlexandre Bounine2010-10-272-1/+5
| * | | | | | | | | | | | rapidio: fix RapidIO sysfs hierarchyAlexandre Bounine2010-10-271-0/+1
| * | | | | | | | | | | | drivers/char/synclink_gt.c: add extended sync featurePaul Fulghum2010-10-271-0/+5
| * | | | | | | | | | | | /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-0/+4
| * | | | | | | | | | | | /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-271-2/+12
| * | | | | | | | | | | | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-273-6/+7
| * | | | | | | | | | | | signals: annotate lock_task_sighand()Namhyung Kim2010-10-271-1/+8
| * | | | | | | | | | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
| * | | | | | | | | | | | ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-272-4/+8
| * | | | | | | | | | | | cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+4
| * | | | | | | | | | | | fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-271-0/+6
| * | | | | | | | | | | | gpio: adp5588-gpio: add i2c forward declarationMichael Hennerich2010-10-271-0/+2
| * | | | | | | | | | | | gpio: adp5588-gpio: gpio_start must be signedMichael Hennerich2010-10-271-3/+3
| * | | | | | | | | | | | gpio: adp5588-gpio: support interrupt controllerMichael Hennerich2010-10-271-0/+15
| * | | | | | | | | | | | gpio: add support for 74x164 serial-in/parallel-out 8-bit shift registerMiguel Gaio2010-10-271-0/+11
| * | | | | | | | | | | | gpio: add driver for basic memory-mapped GPIO controllersAnton Vorontsov2010-10-271-0/+20
| * | | | | | | | | | | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-0/+5
| * | | | | | | | | | | | mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2010-10-271-21/+25
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
OpenPOWER on IntegriCloud