summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | sched: fix bug in balance_tasks()Peter Williams2007-08-091-1/+1
* | | | sched: simplify move_tasks()Peter Williams2007-08-091-2/+2
|/ / /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-061-0/+1
|\ \ \
| * | | [NETFILTER]: Add xt_statistic.h to the header list for usermode programsChuck Ebbert2007-08-041-0/+1
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-08-061-4/+9
|\ \ \ | |/ / |/| |
| * | [SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori2007-07-311-4/+9
* | | [PATCH] sched: reduce task_struct sizeIngo Molnar2007-08-021-8/+13
* | | [PATCH] sched: ->task_new cleanupIngo Molnar2007-08-021-1/+1
* | | [PATCH] sched: remove cache_hot_timeIngo Molnar2007-08-022-2/+0
* | | pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo2007-08-011-1/+1
OpenPOWER on IntegriCloud