| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 5 | -2/+10 |
|\ |
|
| * | x86: Don't panic if can not alloc buffer for swiotlb | Yinghai Lu | 2013-01-29 | 1 | -1/+1 |
| * | mm: Add alloc_bootmem_low_pages_nopanic() | Yinghai Lu | 2013-01-29 | 1 | -0/+5 |
| * | x86: Add Crash kernel low reservation | Yinghai Lu | 2013-01-29 | 1 | -0/+3 |
| * | memblock: Add memblock_mem_size() | Yinghai Lu | 2013-01-29 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 380 | -2439/+12047 |
| |\ |
|
| * | | x86, mm: Move after_bootmem to mm_internel.h | Yinghai Lu | 2012-11-17 | 1 | -1/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-02-21 | 1 | -8/+0 |
|\ \ \ |
|
| * | | | s390/mm: implement software dirty bits | Martin Schwidefsky | 2013-02-14 | 1 | -8/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 | 1 | -3/+14 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo... | Jiri Kosina | 2013-02-21 | 1 | -3/+14 |
| |\ \ \ \ \ |
|
| | | * | | | | HID: hid.h: remove unused hid_generic_{init,exit} prototypes | H Hartley Sweeten | 2013-01-03 | 1 | -3/+0 |
| | | * | | | | HID: introduce helper for hid_driver boilerplate | H Hartley Sweeten | 2013-01-03 | 1 | -0/+12 |
| | * | | | | | HID: core: add "report" hook, called once the report has been parsed | Benjamin Tissoires | 2013-02-05 | 1 | -0/+2 |
| |/ / / / / |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | percpu_counter.h: comment code for better readability | Jesper Dangaard Brouer | 2013-02-05 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 384 | -2943/+12409 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | treewide: Fix typo in various drivers | Masanari Iida | 2013-01-09 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-02-21 | 11 | -48/+129 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | backlight: lp855x_bl: support new LP8557 device | Kim, Milo | 2013-02-21 | 1 | -0/+19 |
| * | | | | | | | | printk: add pr_devel_once and pr_devel_ratelimited | Mikhail Gruzdev | 2013-02-21 | 1 | -0/+18 |
| * | | | | | | | | smp: make smp_call_function_many() use logic similar to smp_call_function_sin... | Shaohua Li | 2013-02-21 | 1 | -1/+2 |
| * | | | | | | | | mm: only enforce stable page writes if the backing device requires it | Darrick J. Wong | 2013-02-21 | 1 | -0/+1 |
| * | | | | | | | | bdi: allow block devices to say that they require stable page writes | Darrick J. Wong | 2013-02-21 | 1 | -0/+6 |
| * | | | | | | | | lockdep: make lockdep_assert_held() not have a return value | Johannes Berg | 2013-02-21 | 1 | -1/+3 |
| * | | | | | | | | bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG | Daniel Santos | 2013-02-21 | 2 | -16/+38 |
| * | | | | | | | | compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON} | Daniel Santos | 2013-02-21 | 2 | -1/+6 |
| * | | | | | | | | bug.h: make BUILD_BUG_ON generate compile-time error | Daniel Santos | 2013-02-21 | 1 | -13/+19 |
| * | | | | | | | | bug.h: prevent double evaulation of `condition' in BUILD_BUG_ON | Daniel Santos | 2013-02-21 | 1 | -3/+4 |
| * | | | | | | | | bug.h: fix BUILD_BUG_ON macro in __CHECKER__ | Daniel Santos | 2013-02-21 | 1 | -2/+2 |
| * | | | | | | | | compiler{,-gcc4}.h, bug.h: Remove duplicate macros | Daniel Santos | 2013-02-21 | 3 | -6/+1 |
| * | | | | | | | | compiler-gcc{3,4}.h: Use GCC_VERSION macro | Daniel Santos | 2013-02-21 | 2 | -14/+14 |
| * | | | | | | | | compiler-gcc.h: Add gcc-recommended GCC_VERSION macro | Daniel Santos | 2013-02-21 | 1 | -0/+3 |
| * | | | | | | | | compiler-gcc4.h: Reorder macros based upon gcc ver | Daniel Santos | 2013-02-21 | 1 | -9/+11 |
* | | | | | | | | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-02-21 | 1 | -1/+32 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'kvm-arm/timer' of git://git.kernel.org/pub/scm/linux/kernel/git... | Olof Johansson | 2013-02-12 | 1 | -1/+32 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/... | Marc Zyngier | 2013-02-11 | 27 | -108/+267 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | ARM: gic: add __ASSEMBLY__ guard to C definitions | Marc Zyngier | 2013-02-11 | 1 | -0/+4 |
| | * | | | | | | | | | | ARM: gic: define GICH offsets for VGIC support | Marc Zyngier | 2013-02-11 | 1 | -0/+25 |
| | * | | | | | | | | | | ARM: gic: add missing distributor defintions | Christoffer Dall | 2013-02-11 | 1 | -1/+3 |
| * | | | | | | | | | | | Merge branch 'depends/cleanup' into next/virt | Olof Johansson | 2013-02-11 | 6 | -6/+35 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'irqchip/gic-vic-move' into next/virt | Olof Johansson | 2013-02-11 | 3 | -0/+100 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 2013-02-11 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | / / /
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-02-21 | 4 | -9/+164 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 2013-02-19 | 7 | -5/+41 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'usbhost17-for-arm-soc' of git://github.com/rogerq/linux into om... | Tony Lindgren | 2013-02-14 | 1 | -2/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / /
| | |/| | | | | | | | | | | |
|
| | | * | | | | | | | | | | | ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3) | Roger Quadros | 2013-02-13 | 1 | -2/+6 |
| | | | |_|_|_|_|_|/ / / /
| | | |/| | | | | | | | | |
|
| * | | | | | | | | | | | | Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne... | Olof Johansson | 2013-02-05 | 1 | -7/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | usb: host: tegra: make use of PHY pointer of HCD | Venu Byravarasu | 2013-01-28 | 1 | -4/+4 |
| | * | | | | | | | | | | | | usb: add APIs to access host registers from Tegra PHY | Venu Byravarasu | 2013-01-28 | 1 | -0/+4 |