| Commit message (Expand) | Author | Age | Files | Lines |
* | typo fixes | Matt LaPlante | 2007-10-20 | 1 | -1/+1 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 5 | -21/+21 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 4 | -4/+4 |
* | Combine instrumentation menus in kernel/Kconfig.instrumentation | Mathieu Desnoyers | 2007-10-19 | 2 | -43/+1 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 4 | -11/+11 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | Replace __attribute_pure__ with __pure | Ralf Baechle | 2007-10-18 | 1 | -3/+3 |
* | PM: Rework struct platform_suspend_ops | Rafael J. Wysocki | 2007-10-18 | 2 | -34/+6 |
* | PM: Rename struct pm_ops and related things | Rafael J. Wysocki | 2007-10-18 | 9 | -23/+23 |
* | PM: Move definition of struct pm_ops to suspend.h | Rafael J. Wysocki | 2007-10-18 | 7 | -15/+7 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li... | Linus Torvalds | 2007-10-17 | 1 | -3/+3 |
|\ |
|
| * | Remove magic macros for screen_info structure members | H. Peter Anvin | 2007-10-16 | 1 | -3/+3 |
* | | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 2 | -2/+2 |
* | | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 3 | -9/+9 |
|\ |
|
| * | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 2007-10-15 | 1 | -2/+2 |
| * | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 2 | -2/+2 |
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 2 | -5/+5 |
* | | s3c2410fb: removes lcdcon1 register value from s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -28/+0 |
* | | s3c2410fb: adds pixclock to s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -110/+11 |
* | | s3c2410fb: remove lcdcon2 and lcdcon3 register fields | Krzysztof Helt | 2007-10-16 | 6 | -72/+0 |
* | | s3c2410fb: add pulse length fields to s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -0/+31 |
* | | s3c2410fb: add vertical margins fields to s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -0/+33 |
* | | s3c2410fb: remove lcdcon3 register from s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -198/+129 |
* | | s3c2410fb: add margin fields to s3c2410fb_display | Krzysztof Helt | 2007-10-16 | 6 | -9/+54 |
* | | s3c2410fb: multi-display support | Krzysztof Helt | 2007-10-16 | 6 | -255/+328 |
* | | During VM oom condition, kill all threads in process group | Will Schmidt | 2007-10-16 | 1 | -1/+1 |
* | | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -4/+0 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-15 | 102 | -767/+9814 |
|\ \ |
|
| * \ | Merge branch 'pxa' into devel | Russell King | 2007-10-15 | 30 | -213/+4484 |
| |\ \ |
|
| | * | | [ARM] 4577/1: ITE 8152 PCI bridge support | Mike Rapoport | 2007-10-15 | 3 | -3/+413 |
| | * | | [ARM] 4576/1: CM-X270 machine support | Mike Rapoport | 2007-10-15 | 6 | -0/+2297 |
| | * | | [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() | Russell King | 2007-10-15 | 1 | -0/+38 |
| | * | | [ARM] pxa: move pxa_set_mode() from pxa2xx_mainstone.c to mainstone.c | Russell King | 2007-10-15 | 1 | -0/+19 |
| | * | | [ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.c | Russell King | 2007-10-15 | 1 | -0/+19 |
| | * | | [ARM] pxa: PXA3xx base support | eric miao | 2007-10-15 | 14 | -8/+1233 |
| | * | | [ARM] pxa: tidy up arch/arm/mach-pxa/Makefile | Russell King | 2007-10-15 | 1 | -16/+16 |
| | * | | [ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c | eric miao | 2007-10-12 | 4 | -73/+116 |
| | * | | [ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable | eric miao | 2007-10-12 | 3 | -1/+5 |
| | * | | [ARM] 4558/1: pxa: remove MACH_TYPE_LUBBOCK assignment and leave it to boot l... | eric miao | 2007-10-12 | 1 | -4/+0 |
| | * | | [ARM] pxa: Make CPU_XSCALE depend on PXA25x or PXA27x | Russell King | 2007-10-12 | 1 | -1/+1 |
| | * | | [ARM] pxa: mark pxa_set_cken deprecated | Russell King | 2007-10-12 | 1 | -2/+2 |
| | * | | [ARM] pxa: remove get_lcdclk_frequency_10khz() | Russell King | 2007-10-12 | 3 | -15/+1 |
| | * | | [ARM] pxa: Make STUART and FICP clocks available | Russell King | 2007-10-12 | 2 | -3/+3 |
| | * | | [ARM] pxa: introduce clk support for PXA SoC clocks | Russell King | 2007-10-12 | 4 | -29/+176 |
| | * | | [ARM] pxa: make pxa27x devices globally visible | Russell King | 2007-10-12 | 2 | -2/+5 |
| | * | | [ARM] pxa: fix naming of memory/lcd/core clock functions | Russell King | 2007-10-12 | 4 | -23/+61 |
| | * | | [ARM] pxa: convert PXA serial drivers to use platform resources | Russell King | 2007-10-12 | 1 | -0/+59 |
| | * | | [ARM] pxa: make pxa timer initialisation select clock rate at runtime | Russell King | 2007-10-12 | 1 | -3/+13 |
| | * | | [ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection | Nicolas Pitre | 2007-10-12 | 2 | -62/+39 |
| | |/ |
|