summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-251-1/+2
|\
| * sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-251-1/+1
| * sched: adaptive scheduler granularityPeter Zijlstra2007-08-251-0/+1
* | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2007-08-251-0/+1
|\ \
| * | agp: Add device id for P4M900 to via-agp moduleXavier Bachelot2007-08-251-0/+1
* | | Pull video into release branchLen Brown2007-08-241-0/+6
|\ \ \ | |_|/ |/| |
| * | ACPI: video: Add keycode for ACPI video driver hotkey events.Yu Luming2007-08-231-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-231-2/+3
|\ \ \
| * | | sched: fix broken SMT/MC optimizationsSuresh Siddha2007-08-231-1/+1
| * | | sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2007-08-231-1/+2
| |/ /
* | | Renumber AUDIT_TTY_[GS]ETMiloslav Trmac2007-08-231-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-08-232-0/+7
|\ \ \ | |/ / |/| |
| * | PCI: disable MSI on RX790Tejun Heo2007-08-221-0/+1
| * | PCI: disable MSI on RD580Tejun Heo2007-08-221-0/+1
| * | PCI: disable MSI on RS690Tejun Heo2007-08-221-0/+1
| * | PCI: make pcie_get_readrq visible in pci.hBrice Goglin2007-08-221-0/+1
| * | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala2007-08-221-0/+3
* | | Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2007-08-222-1/+19
* | | selection.h: add tty_struct forward declarationAndrew Morton2007-08-221-0/+2
* | | m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven2007-08-221-0/+3
* | | fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-222-6/+16
* | | Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard2007-08-221-0/+1
|/ /
* | [POWERPC] Fix PCI Device ID for MPC8544/8533 processorsKumar Gala2007-08-211-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-08-201-2/+2
|\ \
| * | ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-201-1/+2
| * | ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-201-1/+0
* | | V4L/DVB (5968): videodev2.h: remove superfluous FBUF GLOBAL_INV_ALPHA supportHans Verkuil2007-08-201-2/+0
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-181-1/+2
|\ \
| * | Cross-compilation between e.g. i386 -> 64bit could break -> work around itThomas Renninger2007-08-171-1/+2
* | | [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-131-0/+2
|/ /
* | sched: make global code staticAdrian Bunk2007-08-121-2/+0
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-08-113-2/+5
|\ \
| * | BLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=nDavid Howells2007-08-111-0/+3
| * | Fix remap handling by blktraceAlan D. Brunelle2007-08-111-1/+2
| * | [PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk2007-08-111-1/+0
* | | x86_64: Don't mark __exitcall as __coldAndi Kleen2007-08-111-1/+1
* | | timer: remove clockevents_unregister_notifierMiao Xie2007-08-111-1/+0
* | | RCU: Remove prototype for nonexistent function synchronize_idle()Josh Triplett2007-08-111-1/+0
* | | hex_dump: add missing "const" qualifiersAlan Stern2007-08-111-1/+1
* | | fix serial buffer memory leakAlan Cox2007-08-111-0/+2
* | | Remove unused struct proc_dir_entry::setAlexey Dobriyan2007-08-111-1/+0
|/ /
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-08-091-1/+1
|\ \
| * | NFS: Fix put_nfs_open_contextTrond Myklebust2007-08-071-1/+1
* | | hexdump: use const notationArtem Bityutskiy2007-08-091-1/+1
* | | sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar2007-08-091-1/+1
* | | sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-091-1/+1
* | | sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-091-1/+1
* | | sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-091-2/+1
* | | sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar2007-08-091-2/+1
* | | sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar2007-08-091-2/+2