summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | [PATCH] uml: add locking to xtime accessesJeff Dike2006-06-301-2/+8
* | | | | [PATCH] uml: unregister useless console when it's not neededJeff Dike2006-06-301-4/+18
* | | | | [PATCH] uml: fix off-by-one bug in VM file creationJeff Dike2006-06-301-2/+5
* | | | | [PATCH] uml: fix /proc/mounts parsing boundary conditionJeff Dike2006-06-301-2/+12
* | | | | [PATCH] add smp_setup_processor_id()Andrew Morton2006-06-301-0/+6
* | | | | [PATCH] Light weight event countersChristoph Lameter2006-06-302-11/+10Star
* | | | | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-3/+2Star
* | | | | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-303-3/+4
* | | | | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-303-3/+4
* | | | | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-1/+1
* | | | | [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2006-06-301-0/+5
* | | | | [PATCH] msr.c: use register_hotcpu_notifier()Andrew Morton2006-06-301-3/+6
| |_|_|/ |/| | |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-301-1/+0Star
|\ \ \ \
| * | | | [NET]: make skb_release_data() staticAdrian Bunk2006-06-301-1/+0Star
| | |_|/ | |/| |
* | | | [SPARC64]: Print symbol name of regs->tpc on kernel unaligned accesses.David S. Miller2006-06-301-1/+3
* | | | [SPARC64]: time: Kill unnecessary asm/{fhc,sbus,ebus,isa}.h includes.David S. Miller2006-06-301-5/+2Star
* | | | [SPARC64] power: Convert to of_driver.David S. Miller2006-06-301-39/+18Star
* | | | [SPARC64] auxio: Remove asm/{sbus,ebus}.h includes.David S. Miller2006-06-301-3/+2Star
* | | | [SPARC]: sparc32 side of of_device layer IRQ resolution.David S. Miller2006-06-301-7/+62
* | | | [SPARC64]: of_device layer IRQ resolutionDavid S. Miller2006-06-3010-1048/+1091
* | | | [SPARC64]: Fix typo in clock_probe().David S. Miller2006-06-301-2/+2
* | | | [SPARC64] clock: Only probe central fhc clock on Enterprise boxes.David S. Miller2006-06-301-0/+7
* | | | [SPARC64] power: Do not pass SA_SHIRQ to request_irq().David S. Miller2006-06-301-1/+1
* | | | [SPARC64]: Fix typo in isa_dev_get_irq_using_imap().David S. Miller2006-06-301-1/+1
* | | | [SPARC64]: Let irq_install_pre_handler() get called multiple times.David S. Miller2006-06-301-0/+4
* | | | [SPARC]: Convert clock drivers to of_driver framework.David S. Miller2006-06-304-265/+94Star
* | | | [SPARC64] auxio: Convert to pure of_device driver.David S. Miller2006-06-301-49/+24Star
* | | | [SPARC]: Add of_io{remap,unmap}().David S. Miller2006-06-302-0/+34
* | | | [SPARC]: Encode I/O space into resource flags on sparc32.David S. Miller2006-06-301-2/+2
* | | | [SPARC]: Beginnings of generic of_device framework.David S. Miller2006-06-302-4/+908
* | | | [SPARC]: Add of_n_{addr,size}_cells().David S. Miller2006-06-302-0/+60
* | | | [SPARC64]: Kill starfire_cookie from SBUS/PCI.David S. Miller2006-06-303-9/+3Star
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-2911-30/+5Star
|\ \ \
| * | | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-263-3/+3
| * | | [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-264-4/+0Star
| * | | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-6/+2Star
| * | | [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-2/+0Star
| * | | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-263-3/+0Star
| * | | [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0Star
| * | | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0Star
| * | | [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0Star
| * | | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0Star
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-06-2945-423/+476
|\ \ \ \
| * | | | [MIPS] Remove BSD and Sys V compat data types.Ralf Baechle2006-06-2911-42/+42
| * | | | [MIPS] 74K: Assume it will also have an AR bit in config7Ralf Baechle2006-06-291-0/+1
| * | | | [MIPS] Treat CPUs with AR bit as physically indexed.Ralf Baechle2006-06-291-3/+8
| * | | | [MIPS] Oprofile: Support VSMP on 34K.Ralf Baechle2006-06-291-42/+106
| * | | | [MIPS] MIPS32/MIPS64 S-cache fix and cleanupAtsushi Nemoto2006-06-291-32/+3Star