index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-23
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
1
-0
/
+1
2013-02-23
memory-hotplug: remove /sys/firmware/memmap/X sysfs
Yasuaki Ishimatsu
1
-0
/
+6
2013-02-23
memory-hotplug: check whether all memory blocks are offlined or not when remo...
Yasuaki Ishimatsu
1
-0
/
+1
2013-02-23
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
Michel Lespinasse
1
-1
/
+1
2013-02-23
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
Michel Lespinasse
2
-1
/
+4
2013-02-23
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
Michel Lespinasse
1
-1
/
+0
2013-02-23
mm: remove flags argument to mmap_region
Michel Lespinasse
1
-2
/
+1
2013-02-23
mm: introduce mm_populate() for populating new vmas
Michel Lespinasse
1
-3
/
+15
2013-02-23
mm: compaction: make __compact_pgdat() and compact_pgdat() return void
Andrew Morton
1
-3
/
+2
2013-02-23
mm: vmscan: save work scanning (almost) empty LRU lists
Johannes Weiner
1
-1
/
+1
2013-02-23
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
6
-0
/
+761
2013-02-22
Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-6
/
+6
2013-02-22
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-108
/
+97
2013-02-22
sched: move RR_TIMESLICE from sysctl.h to rt.h
Clark Williams
2
-6
/
+6
2013-02-21
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-2
/
+10
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-21
/
+17
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-4
/
+15
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-4
/
+4
2013-02-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
16
-160
/
+590
2013-02-21
backlight: lp855x_bl: support new LP8557 device
Kim, Milo
1
-0
/
+19
2013-02-21
printk: add pr_devel_once and pr_devel_ratelimited
Mikhail Gruzdev
1
-0
/
+18
2013-02-21
sun.com documentation fixes
Christian Kujau
1
-6
/
+6
2013-02-21
smp: make smp_call_function_many() use logic similar to smp_call_function_sin...
Shaohua Li
1
-1
/
+2
2013-02-21
block: optionally snapshot page contents to provide stable pages during write
Darrick J. Wong
1
-0
/
+3
2013-02-21
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
1
-0
/
+1
2013-02-21
bdi: allow block devices to say that they require stable page writes
Darrick J. Wong
1
-0
/
+6
2013-02-21
lockdep: make lockdep_assert_held() not have a return value
Johannes Berg
1
-1
/
+3
2013-02-21
video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH value
Tomasz Figa
1
-1
/
+1
2013-02-21
video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601
Jingoo Han
1
-0
/
+2
2013-02-21
video: s3c-fb: remove unnecessary brackets
Jingoo Han
1
-102
/
+97
2013-02-21
video: s3c-fb: remove duplicated S3C_FB_MAX_WIN
Jingoo Han
1
-2
/
+0
2013-02-21
drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs
Sachin Kamat
1
-1
/
+0
2013-02-21
video: mmp display subsystem
Zhou Zhu
1
-0
/
+352
2013-02-21
bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG
Daniel Santos
2
-16
/
+38
2013-02-21
compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}
Daniel Santos
2
-1
/
+6
2013-02-21
bug.h: make BUILD_BUG_ON generate compile-time error
Daniel Santos
1
-13
/
+19
2013-02-21
bug.h: prevent double evaulation of `condition' in BUILD_BUG_ON
Daniel Santos
1
-3
/
+4
2013-02-21
bug.h: fix BUILD_BUG_ON macro in __CHECKER__
Daniel Santos
1
-2
/
+2
2013-02-21
compiler{,-gcc4}.h, bug.h: Remove duplicate macros
Daniel Santos
3
-6
/
+1
2013-02-21
compiler-gcc{3,4}.h: Use GCC_VERSION macro
Daniel Santos
2
-14
/
+14
2013-02-21
compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
Daniel Santos
1
-0
/
+3
2013-02-21
compiler-gcc4.h: Reorder macros based upon gcc ver
Daniel Santos
1
-9
/
+11
2013-02-21
Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-22
/
+103
2013-02-21
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-9
/
+164
2013-02-21
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-1
/
+142
2013-02-21
Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
1
-236
/
+0
2013-02-21
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
11
-129
/
+181
2013-02-21
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2013-02-21
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
12
-34
/
+1524
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
16
-64
/
+133
[prev]
[next]