summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-041-0/+2
* | | | | | iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2008-03-041-0/+3
* | | | | | cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_get...Jesper Nilsson2008-03-041-3/+3
* | | | | | cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson2008-03-041-44/+9
* | | | | | memcg: remove mem_cgroup_unchargeHugh Dickins2008-03-041-13/+7
* | | | | | memcg: bad page if page_cgroup when freeHugh Dickins2008-03-041-4/+4
* | | | | | memcg: move_lists on page not page_cgroupHugh Dickins2008-03-041-3/+2
* | | | | | memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins2008-03-041-2/+2
* | | | | | markers: add an if(0) to __mark_check_format()Mathieu Desnoyers2008-03-041-1/+7
* | | | | | include falloc.h in header-yEric Sandeen2008-03-041-0/+1
* | | | | | sm501: add support for the SM502 programmable PLLVille Syrjala2008-03-042-1/+5
* | | | | | ndelay(): switch to C function to avoid 64-bit divisionAndrew Morton2008-03-041-1/+7
* | | | | | add noinline_for_stackAndrew Morton2008-03-041-0/+6
* | | | | | Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-043-5/+5
* | | | | | Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-047-10/+3
* | | | | | gpio: <linux/gpio.h> and "no GPIO support here" stubsDavid Brownell2008-03-041-0/+95
|/ / / / /
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-041-1/+1
|\ \ \ \ \
| * | | | | dmaengine: fix sparse warningDan Williams2008-03-041-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-041-4/+0
|\ \ \ \ \ \
| * | | | | | sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-4/+0
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-03-042-2/+3
|\ \ \ \ \ \
| * | | | | | KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-0/+1
| * | | | | | KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-031-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-042-3/+6
|\ \ \ \ \ \ \
| * | | | | | | block/genhd.c: proper externsAdrian Bunk2008-03-041-0/+3
| * | | | | | | block/genhd.c: cleanupsAdrian Bunk2008-03-041-2/+0
| * | | | | | | block: separate out padding from alignmentTejun Heo2008-03-041-0/+2
| * | | | | | | block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven2008-03-042-4/+8
* | | | | | | m68knommu: declare do_IRQ()Greg Ungerer2008-03-041-0/+2
|/ / / / / /
* | | | | | slub: Fix up commentsChristoph Lameter2008-03-031-2/+2
* | | | | | Revert "unique end pointer" patchChristoph Lameter2008-03-031-4/+1
* | | | | | docbook: fix usb source filesRandy Dunlap2008-03-031-6/+3
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-03-031-0/+3
|\ \ \ \ \ \
| * | | | | | [POWERPC] move celleb DABRX definitionsJens Osterkamp2008-03-031-0/+3
| |/ / / / /
* | | | | | Revert "x86: fix pmd_bad and pud_bad to support huge pages"Linus Torvalds2008-03-032-7/+3
|/ / / / /
* | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-02-294-6/+9
|\ \ \ \ \
| * | | | | [ARM] 4843/1: Add GCR_CLKBPB for PXA3xxMark Brown2008-02-291-0/+3
| * | | | | [ARM] 4840/1: pxa: fix the typo in get_irqnr_and_baseeric miao2008-02-291-1/+1
| * | | | | [ARM] 4838/1: Fix kexec for SA1100 machinesThomas Kunze2008-02-291-1/+1
| * | | | | [ARM] 4837/1: make __get_unaligned_*() return unsigned typesLennert Buytenhek2008-02-291-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2008-02-293-0/+35
|\ \ \ \ \ \
| * | | | | | rcu: add support for dynamic ticks and preempt rcuSteven Rostedt2008-02-293-0/+35
* | | | | | | x86 ptrace: fix ptrace_bts_config structure declarationDave Anderson2008-02-291-4/+4
* | | | | | | x86: fix pmd_bad and pud_bad to support huge pagesHans Rosenfeld2008-02-292-3/+7
|/ / / / / /
* | | | | | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2008-02-291-0/+1
|\ \ \ \ \ \
| * | | | | | AVR32: Define PAGE_SHAREDHaavard Skinnemoen2008-02-131-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-02-299-17/+96
|\ \ \ \ \ \ \
| * | | | | | | [Blackfin] serial driver: Add flow control support to bf54xSonic Zhang2008-02-021-0/+3
| * | | | | | | [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as wellSonic Zhang2008-02-025-8/+5
OpenPOWER on IntegriCloud