summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-279-50/+47Star
|\
| * Merge branch 'misc' into releaseLen Brown2010-10-263-12/+0Star
| |\
| | * ACPI: remove dead codeStephen Hemminger2010-10-193-12/+0Star
| * | Merge branch 'acpi-mmio' into releaseLen Brown2010-10-261-0/+3
| |\ \
| | * | ACPI: Add interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2010-10-251-0/+3
| * | | Merge branch 'gpe-defer' into releaseLen Brown2010-10-251-0/+2
| |\ \ \
| | * | | ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-241-0/+2
| * | | | Merge branch 'acpi_pm_device_sleep_state' into releaseLen Brown2010-10-251-4/+8
| |\ \ \ \
| | * | | | ACPI / PM: Fix problems with acpi_pm_device_sleep_state()Rafael J. Wysocki2010-10-151-4/+8
| | | |_|/ | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'bugzilla-15807', 'bugzilla-15979-v2' and 'bugzilla-19162' int...Len Brown2010-10-251-1/+1
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-021-1/+1
| * | | | | | Merge branch 'acpica' into releaseLen Brown2010-10-256-33/+33
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ACPICA: Update version to 20101013Bob Moore2010-10-181-1/+1
| | * | | | | ACPICA: Update version to 20100915Bob Moore2010-10-011-1/+1
| | * | | | | ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore2010-10-011-0/+1
| | * | | | | ACPICA: Update math module; no functional changeBob Moore2010-10-011-10/+0Star
| | * | | | | ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming2010-10-012-11/+13
| | * | | | | ACPICA: Add ACPI_INLINE configuration parameterLin Ming2010-10-012-0/+8
| | * | | | | ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore2010-10-011-7/+0Star
| | * | | | | ACPICA: Update version to 20100806Bob Moore2010-10-011-1/+1
| | * | | | | ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming2010-10-013-3/+9
| | * | | | | ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore2010-10-011-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2010-10-271-24/+0Star
|\ \ \ \ \ \
| * | | | | | SFI: remove the v0.7 related definitions from sfi.hFeng Tang2010-10-191-24/+0Star
| |/ / / / /
* | | | | | Merge branch 'akpm-incoming-1'Linus Torvalds2010-10-2729-119/+483
|\ \ \ \ \ \
| * | | | | | div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-272-0/+17
| * | | | | | ratelimit: add comment warning people off printk_ratelimit()Andrew Morton2010-10-271-0/+5
| * | | | | | printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2010-10-271-0/+2
| * | | | | | kernel: remove PF_FLUSHERPeter Zijlstra2010-10-271-1/+0Star
| * | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-271-4/+4
| * | | | | | drivers/misc: driver for APDS990X ALS and proximity sensorsSamu Onkalo2010-10-271-0/+79
| * | | | | | drivers/misc: driver for bh1770glc / sfh7770 ALS and proximity sensorSamu Onkalo2010-10-271-0/+53
| * | | | | | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-271-3/+3
| * | | | | | vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger2010-10-271-1/+1
| * | | | | | vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger2010-10-271-0/+1
| * | | | | | modules: no need to align .modinfo stringsJan Beulich2010-10-271-2/+2
| * | | | | | include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton2010-10-271-4/+4
| * | | | | | kernel.h: add {min,max}3 macrosHagen Paul Pfeifer2010-10-271-0/+18
| * | | | | | mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-271-0/+2
| * | | | | | mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim2010-10-271-42/+63
| * | | | | | mm: declare some external symbolsNamhyung Kim2010-10-272-0/+3
| * | | | | | rmap: wrap page_check_address() using __cond_lock()Namhyung Kim2010-10-271-1/+12
| * | | | | | rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim2010-10-271-1/+14
| * | | | | | mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim2010-10-271-1/+9
| * | | | | | mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-272-0/+15
| * | | | | | mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy2010-10-271-1/+1
| * | | | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-272-30/+45
| * | | | | | mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-271-2/+2
| * | | | | | writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman2010-10-273-1/+16
| * | | | | | vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro2010-10-271-3/+3