ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc2/2.6.9-rc2-mm4/
- ppc64 builds are busted due to breakage in
bk-pci.patch - sparc64 builds are busted too. Also due to pci problems.
- Various updates to various things. In particular, a kswapd
artifact which could cause too much swapout was fixed. - I shall be offline for most of this week.
Changes since 2.6.9-rc2-mm3:
linus.patch
bk-acpi.patch
bk-agpgart.patch
bk-alsa.patch
bk-cpufreq.patch
bk-driver-core.patch
bk-i2c.patch
bk-ia64.patch
bk-ide-dev.patch
bk-ieee1394.patch
bk-input.patch
bk-dtor-input.patch
bk-netdev.patch
bk-ntfs.patch
bk-pci.patch
bk-pnp.patch
bk-power.patch
bk-scsi.patch
bk-scsi-target.patch
bk-usb.patch
bk-watchdog.patch
External bk trees
-dio-fine-alignment-and-pages-in-io.patch
-m32r-upgrade-for-mm5-changes.patch
-m32r-support-ptrace_getregs-and-ptrace_setregs.patch
-vsxxxaac-fixups.patch
-allow-i8042-register-location-override-2.patch
-i8042-acpi-enumeration-update.patch
-mm-swsusp-make-sure-we-do-not-return-to-userspace-where-image-is-on-disk.patch
-mm-swsusp-copy_page-is-harmfull.patch
-swsusp-do-not-disable-platform-swsusp-because-s4bios-is-available.patch
-swsusp-fix-default-powerdown-mode.patch
-swsusp-error-do-not-oops-after-allocation-failure.patch
-swsusp-documentation-update.patch
-small-cleanups-for-swsusp.patch
-swsusp-kill-crash-when-too-much-memory-is-free.patch
-swsusp-another-simplification.patch
-ppc32-64-fix-warning-in-pmac-ide.patch
-hpt366c-wrong-timings-used-since-268.patch
-fbdev-add-iomem-annotations-to-cfbimgbltc.patch
-compile-fix-3c59x-for-eisa-without-pci.patch
-fix-generic-direct-io-code-for-xfs.patch
-preserve-irqs-in-time_resume.patch
-serial-driver-compile-fixes.patch
-gcc-4-build-fixes.patch
-uml-move-linker-script.patch
-uml-small-makefile-fixes.patch
-uml-free-wrapper-fixes.patch
-uml-remove-an-unused-header.patch
-uml-allow-uml-to-load-in-the-normal-location.patch
-uml-linker-script-cleanup.patch
-uml-implement-current_text_addr.patch
-uml-error-message-improvement.patch
-uml-fix-fencepost-errors-in-printks.patch
-uml-print-errno-before-resetting-it.patch
-uml-dont-trash-return-value.patch
-mmtimer-quietness.patch
Merged
+entry-s-cleanups.patch
i386 entry.S cleanup
+make-rlimit-settings-per-process-instead-of-per-thread.patch
per-process rather than per-thread rlimits
+fix-ptrace_attach-race-with-real-parents-wait-calls-2.patch
ptrace race fix
-network-packet-tracer-module-using-kprobes-interface.patch
Dropped – it was demo code only.
-tty-drivers-take-two.patch
-tty-driver-take-4-try-2.patch
-tty-locking-build-fix.patch
Drop these for now. They were causing a few problems and are
being redone.
+dev-mem-restriction-patch-allow-reads.patch
Allow reading of kernel memory via /dev/mem. Unbreaks old X
servers which go for random walks through /dev/mem looking for
device ROMs.
+perfctr-ppc32-mmcr0-handling-fixes.patch
+perfctr-ppc32-preliminary-interrupt-support.patch
perfctr ppc32 fixes
+fix-secure-tcp-sequence-number-generator.patch
Fix sched-fix-latency-in-random-driver.patch
+remove-the-bkl-by-turning-it-into-a-semaphore.patch
Ingo’s make-the-BKL-a-semaphore patch
+packet-bio-init.patch
+packet-private-data.patch
+packet-open-comment.patch
CD/DVD packet writing fixes
+bits-to-make-the-key-management-api-more-usable.patch
key management updates
-keys-keyring-management-keyfs-patch.patch
-keyfs-build-fix.patch
-support-supplementary-information-for-request-key-keyfs.patch
-generic-acl-support-for-permission-fix.patch
Drop the keyfs filesystem. We don’t need two interfaces to
the same thing, and this one didn’t seem to fit well.
+fix-64-bit-problems-in-cachefs.patch
cachefs fix
-inconsistent-kallsyms-fix.patch
-kallsyms-correct-type-char-in-proc-kallsyms.patch
-kallsyms-fix-sparc-gibberish.patch
Folded into
kallsyms-data-size-reduction–lookup-speedup.patch
+vga-console-font-problems-on-26-kernel.patch
VGA console font fix
-fix-for-fsync-ignoring-writing-errors-fat-fix.patch
+fat-merge-fix.patch
+fat-check-free_clusters-value.patch
+fat-removal-of-c_le_-macro.patch
+fat-remove-validity-check-of-fat-first-entry.patch
Another fatfs update
+enforce-a-gap-between-heap-and-stack.patch
Enforce a guard region between the stack and the heap.
+no-exec-i386-and-x86_64-fixes.patch
Consolidate x86 and x86_64 no-exec code
+select-cpio_list-or-source-directory-for-initramfs-image.patch
+select-cpio_list-or-source-directory-for-initramfs-image-fix.patch
initranfs preparation options
+taint-cleanup-mce.patch
+taint-fix-forced-rmmod.patch
+taint-on-bad_page.patch
Add a few more reasons for tainting the kernel
-xattr-reintroduce-sanity-checks.patch
+xattr-consolidation-v3-tmpfs-fix.patch
+xattr-reintroduce-sanity-checks-2.patch
Fix the EA consolidation code
-natsemi-remove-compilation-warnings.patch
Buggy, dropped.
-matroxfb-big-endian-update.patch
+remove-big-endian-mode-from-matroxfb.patch
matroxfb endianness fix
+rmmod-ohci1394-hangs.patch
1394 driver fix
+capabilities-issue-in-firmware-loader.patch
Check capabilities in the firmware loader
+introduce-remap_pfn_range-to-replace-remap_page_range.patch
+convert-references-to-remap_page_range-under-arch-and-documentation-to-remap_pfn_range.patch
+convert-users-of-remap_page_range-under-drivers-and-net-to-use-remap_pfn_range.patch
+convert-users-of-remap_page_range-under-include-asm–to-use-remap_pfn_range.patch
+convert-users-of-remap_page_range-under-sound-to-use-remap_pfn_range.patch
+for-mm-only-remove-remap_page_range-completely.patch
replace remap_page_range() with the more useful
remap_pfn_range()
+vm-no-wild-kswapd.patch
Fix a problem wherein kswapd can do too much swapout
+add-wait_event_timeout.patch
Add wait_event_tineout()
+update-noapic-description.patch
Documentaiton fix
+mips-added-cpu-type-checking-to-interrupt-control-routines.patch
+mips-added-interrupt-control-routines-for-vrc4173.patch
MIPS update
number of patches in -mm: 569
number of changesets in external trees: 554 number of patches in
-mm only: 549
total patches: 1103
All 569 patches:
linus.patch
bk-acpi.patch
acpi-compile-fix.patch
acpi-compile-fix
acpi-x86_64-build-fix.patch
acpi x86_64 build fix
bk-agpgart.patch
bk-alsa.patch
bk-cpufreq.patch
bk-driver-core.patch
module-h-build-fix.patch
module.h build fix
bk-i2c.patch
bk-ia64.patch
bk-ide-dev.patch
bk-ieee1394.patch
bk-input.patch
fix-smm-failures-on-e750x-systems.patch
fix SMM failures on E750x systems
bk-dtor-input.patch
bk-netdev.patch
e1000-dma_mapping-build-fix.patch
e1000 sparc64 dma_mapping build fix
bk-ntfs.patch
bk-pci.patch
bk-pnp.patch
bk-power.patch
bk-scsi.patch
bk-scsi-target.patch
qlogic-oops-fix.patch
qlogic oops fix
qlogic-isp2x00-remove-needless-busyloop.patch
QLogic ISP2x00: remove needless busyloop
scsi-qla-not-working-on-latest-mm-sn2.patch
SCSI QLA not working on latest *-mm SN2
qla2xxx-less-posting.patch
qla2xxx: less posting
tmscsim-build-fix.patch
tmscsim-build-fix
bk-usb.patch
bk-watchdog.patch
mm.patch
add -mmN to EXTRAVERSION
mark-old-power-managment-as-deprecated-and-clean-it-up.patch
Mark old power managment as deprecated and clean it
up
use-global-system_state-to-avoid-system-state-confusion.patch
Use global system_state to avoid system-state
confusion
swsusp-progress-in-percent.patch
swsusp: progress in percent
swsusp-clean-up-reading.patch
swsusp: clean up reading
swsusp-fix-highmem.patch
swsusp: fix highmem
radeon-do-not-blank-screen-during-suspend.patch
Radeon: do not blank screen during suspend
acpi-proc-simplify-error-handling.patch
acpi proc: error handling
entry-s-cleanups.patch
i386 entry.S cleanups
make-rlimit-settings-per-process-instead-of-per-thread.patch
make rlimit settings per-process instead of
per-thread
fix-ptrace_attach-race-with-real-parents-wait-calls-2.patch
fix PTRACE_ATTACH race with real parent’s wait
calls
softirqs-fix-latency-of-softirq-processing.patch
softirqs: fix latency of softirq processing
softirqs-fix-latency-of-softirq-processing-fix.patch
softirqs-fix-latency-of-softirq-processing fix
x86_64-profiling-oops-workaround.patch
x86_64 profiling oops workaround
add-missing-linux-syscallsh-includes.patch
add missing linux/syscalls.h includes
add-missing-linux-syscallsh-includes-fix.patch
add-missing-linux-syscallsh-includes-fix
distinct-tgid-tid-cpu-usage.patch
distinct tgid/tid CPU usage
show-aggregate-per-process-counters-in-proc-pid-stat-2.patch
show aggregate per-process counters in /proc/PID/stat
2
exec-fix-posix-timers-leak-and-pending-signal-loss.patch
exec: fix posix-timers leak and pending signal loss
__set_page_dirty_nobuffers-mappings.patch
__set_page_dirty_nobuffers mappings
sysfs-backing-store-prepare-file_operations.patch
sysfs backing store – prepare sysfs_file_operations
helpers
sysfs-backing-store-prepare-file_operations-fix.patch
fix oops with firmware loading
sysfs-backing-store-add-sysfs_dirent.patch
sysfs backing store – add sysfs_direct structure
sysfs-backing-store-use-sysfs_dirent-tree-in-removal.patch
sysfs backing store: use sysfs_dirent based tree in
file removal
sysfs-backing-store-use-sysfs_dirent-tree-in-dir-file_operations.patch
sysfs backing store: use sysfs_dirent based tree in dir
file operations
sysfs-backing-store-stop-pinning-dentries-inodes-for-leaves.patch
sysfs backing store: stop pinning dentries/inodes for
leaf entries
kgdb-ga.patch
kgdb stub for ia32 (George Anzinger’s one)
kgdbL warning fix
kgdb buffer overflow fix
kgdbL warning fix
kgdb: CONFIG_DEBUG_INFO fix
x86_64 fixes
correct kgdb.txt Documentation link (against
2.6.1-rc1-mm2)
kgdb: fix for recent gcc
kgdb warning fixes
THREAD_SIZE fixes for kgdb
Fix stack overflow test for non-8k stacks
kgdb-ga.patch fix for i386 single-step into
sysenter
fix TRAP_BAD_SYSCALL_EXITS on i386
add TRAP_BAD_SYSCALL_EXITS config for i386
kgdb-is-incompatible-with-kprobes.patch
kgdb-is-incompatible-with-kprobes
kgdboe-netpoll.patch
kgdb-over-ethernet via netpoll
kgdboe: fix configuration of MAC address
kgdb-x86_64-support.patch
kgdb-x86_64-support.patch for 2.6.2-rc1-mm3
kgdb-x86_64-warning-fixes
kgdb-ia64-support.patch
IA64 kgdb support
ia64 kgdb repair and cleanup
ia64 kgdb fix
kgdb-ia64-fixes.patch
kgdb: ia64 fixes
invalidate-page-race-fix.patch
invalidate page race fix
make-tree_lock-an-rwlock.patch
make mapping->tree_lock an rwlock
must-fix.patch
must fix lists update
must fix list update
mustfix update
must-fix update
mustfix lists
ppc64-reloc_hide.patch
invalidate_inodes-speedup.patch
invalidate_inodes speedup
more invalidate_inodes speedup fixes
dev-mem-restriction-patch.patch
/dev/mem restriction patch
dev-mem-restriction-patch-allow-reads.patch
dev-mem-restriction-patch: allow reads
get_user_pages-handle-VM_IO.patch
fix get_user_pages() against mappings of /dev/mem
jbd-remove-livelock-avoidance.patch
JBD: remove livelock avoidance code in
journal_dirty_data()
journal_add_journal_head-debug.patch
journal_add_journal_head-debug
list_del-debug.patch
list_del debug check
unplug-can-sleep.patch
unplug functions can sleep
firestream-warnings.patch
firestream warnings
ext3_rsv_cleanup.patch
ext3 block reservation patch set — ext3 preallocation
cleanup
ext3_rsv_base.patch
ext3 block reservation patch set — ext3 block
reservation
ext3 reservations: fix performance regression
ext3 block reservation patch set — mount and ioctl
feature
ext3 block reservation patch set — dynamically
increase reservation window
ext3 reservation ifdef cleanup patch
ext3 reservation max window size check patch
ext3 reservation file ioctl fix
ext3-reservation-default-on.patch
ext3 reservation: default to on
ext3-lazy-discard-reservation-window-patch.patch
ext3 lazy discard reservation window patch
ext3 discard reservation in last iput fix patch
Fix lazy reservation discard
ext3 reservations: bad_inode fix
ext3 reservation discard race fix
ext3-reservations-spelling-fixes.patch
ext3 reservations: Spelling fixes
ext3-reservations-renumber-the-ext3-reservations-ioctls.patch
ext3 reservations: Renumber the ext3 reservations
ioctls
ext3-reservations-remove-unneeded-declaration.patch
ext3 reservations: Remove unneeded declaration.
ext3-reservations-turn-ext3-per-sb-reservations-list-into-an-rbtree.patch
ext3 reservations: Turn ext3 per-sb reservations list
into an rbtree.
ext3-reservations-split-the-reserve_window-struct-into-two.patch
ext3 reservations: Split the “reserve_window” struct
into two
ext3-reservations-smp-protect-the-reservation-during-allocation.patch
ext3 reservations: SMP-protect the reservation during
allocation
ext3-rsv-use-before-initialise-fix.patch
ext3 reservations: use before initialised fix
ext3-reservations-window-allocation-fix.patch
ext3 reservations window allocation fix
ext3-reservation-window-size-increase-incorrectly-fix.patch
ext3 reservation window size increase incorrectly
fix
perfctr-core.patch
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][1/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
core
CONFIG_PERFCTR=n build fix
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][6/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
misc
perfctr-i386.patch
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][2/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
i386
perfctr #if/#ifdef cleanup
perfctr Dothan support
perfctr x86_tests build fix
perfctr x86 init bug
perfctr: K8 fix for internal benchmarking code
perfctr x86 update
perfctr-prescott-fix.patch
Prescott fix for perfctr
perfctr-x86_64.patch
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][3/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
x86_64
perfctr-ppc.patch
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][4/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
PowerPC
perfctr ppc32 update
perfctr update 4/6: PPC32 cleanups
perfctr ppc32 buglet fix
perfctr-ppc32-mmcr0-handling-fixes.patch
perfctr ppc32 MMCR0 handling fixes
perfctr-virtualised-counters.patch
From: Mikael Pettersson <[email protected]>
Subject: [PATCH][5/6] perfctr-2.7.3 for 2.6.7-rc1-mm1:
virtualised counters
perfctr update 6/6: misc minor cleanups
perfctr update 3/6: __user annotations
perfctr-cpus_complement-fix
perfctr cpumask cleanup
perfctr SMP hang fix
virtual-perfctr-illegal-sleep.patch
virtual perfctr illegal sleep
make-perfctr_virtual-default-in-kconfig-match-recommendation.patch
Make PERFCTR_VIRTUAL default in Kconfig match
recommendation in help text
perfctr-ifdef-cleanup.patch
perfctr ifdef cleanup
perfctr-update-2-6-kconfig-related-updates.patch
perfctr update 2/6: Kconfig-related updates
perfctr-ppc32-preliminary-interrupt-support.patch
perfctr ppc32 preliminary interrupt support
perfctr-update-5-6-reduce-stack-usage.patch
perfctr update 5/6: reduce stack usage
perfctr-low-level-documentation.patch
perfctr low-level documentation
perfctr documentation update
perfctr-inheritance-1-3-driver-updates.patch
perfctr inheritance 1/3: driver updates
perfctr inheritance illegal sleep bug
perfctr-inheritance-2-3-kernel-updates.patch
perfctr inheritance 2/3: kernel updates
perfctr-inheritance-3-3-documentation-updates.patch
perfctr inheritance 3/3: documentation updates
perfctr-inheritance-locking-fix.patch
perfctr inheritance locking fix
ext3-online-resize-patch.patch
ext3: online resizing
ext3-online-resize-warning-fix
sched-trivial-sched-changes.patch
sched: trivial sched changes
sched-add-cpu_down_prepare-notifier.patch
sched: add CPU_DOWN_PREPARE notifier
sched-integrate-cpu-hotplug-and-sched-domains.patch
sched: integrate cpu hotplug and sched domains
sched-arch_destroy_sched_domains-warning-fix.patch
sched: arch_destroy_sched_domains warning fix
sched-sched-add-load-balance-flag.patch
sched: sched add load balance flag
sched-sched-add-load-balance-flag-fix.patch
sched: ia64 load balancing fix
sched-remove-disjoint-numa-domains-setup.patch
sched: remove disjoint NUMA domains setup
sched-make-domain-setup-overridable.patch
sched: make domain setup overridable
sched-make-domain-setup-overridable-rename.patch
sched-make-domain-setup-overridable: rename IDLE
sched-make-domain-setup-overridable-fix.patch
sched: make domain setup overridable fix
sched-ia64-add-disjoint-numa-domain-support.patch
sched: IA64 add disjoint NUMA domain support
ia64-non-numa-build-fix.patch
ia64 non numa build fix
sched-fix-domain-debug-for-isolcpus.patch
sched: fix domain debug for isolcpus
sched-enable-sd_load_balance.patch
sched: enable SD_LOAD_BALANCE
sched-hotplug-add-a-cpu_down_failed-notifier.patch
sched: hotplug add a CPU_DOWN_FAILED notifier
sched-use-cpu_down_failed-notifier.patch
sched: use CPU_DOWN_FAILED notifier
sched-fixes-for-ia64-domain-setup.patch
sched: fixes for ia64 domain setup
sched-print-preempt-count.patch
sched-print-preempt-count
zaphod-scheduler.patch
zaphod CPU scheduler
zaphod-build-fix.patch
zaphod-build-fix
preempt-smp.patch
improve preemption on SMP
preempt-cleanup.patch
preempt cleanup
preempt-cleanup-fix.patch
preempt-cleanup-fix
add-lock_need_resched.patch
add lock_need_resched()
sched-add-cond_resched_softirq.patch
sched: add cond_resched_softirq()
sched-fix-latency-in-random-driver.patch
sched: fix latency in random driver
fix-secure-tcp-sequence-number-generator.patch
fix secure tcp sequence number generator
sched-ext3-fix-scheduling-latencies-in-ext3.patch
sched: ext3: fix scheduling latencies in ext3
break-latency-in-invalidate_list.patch
break latency in invalidate_list()
sched-vfs-fix-scheduling-latencies-in-prune_dcache-and-select_parent.patch
sched: vfs: fix scheduling latencies in prune_dcache()
and select_parent()
sched-vfs-fix-scheduling-latencies-in-prune_dcache-and-select_parent-fix.patch
sched-vfs-fix-scheduling-latencies-in-prune_dcache-and-select_parent
fix
sched-net-fix-scheduling-latencies-in-netstat.patch
sched: net: fix scheduling latencies in netstat
sched-net-fix-scheduling-latencies-in-__release_sock.patch
sched: net: fix scheduling latencies in
__release_sock
sched-mm-fix-scheduling-latencies-in-copy_page_range.patch
sched: mm: fix scheduling latencies in
copy_page_range()
sched-mm-fix-scheduling-latencies-in-unmap_vmas.patch
sched: mm: fix scheduling latencies in unmap_vmas()
sched-mm-fix-scheduling-latencies-in-get_user_pages.patch
sched: mm: fix scheduling latencies in
get_user_pages()
sched-mm-fix-scheduling-latencies-in-filemap_sync.patch
sched: mm: fix scheduling latencies in
filemap_sync()
sched-pty-fix-scheduling-latencies-in-ptyc.patch
sched: pty: fix scheduling latencies in pty.c
fix-keventd-execution-dependency.patch
fix keventd execution dependency
sched-fix-scheduling-latencies-in-mttrc.patch
sched: fix scheduling latencies in mttr.c
sched-fix-scheduling-latencies-in-vgaconc.patch
sched: fix scheduling latencies in vgacon.c
sched-fix-scheduling-latencies-for-preempt-kernels.patch
sched: fix scheduling latencies for !PREEMPT
kernels
remove-the-bkl-by-turning-it-into-a-semaphore.patch
remove the BKL by turning it into a semaphore
lockmeter-2.patch
lockmeter: lockmeter for out-of-line-spinlocks
ia64 CONFIG_LOCKMETER fix
lockmeter-build-fix
lockmeter for x86_64
lockmeter-lockmeter-fixes-for-preempt-case.patch
lockmeter: lockmeter fixes for preempt case
lockmeter2-build-fix.patch
lockmeter2-build-fix
lockmeter-in_lock_functions-fix.patch
lockmeter: in_lock_functions() fix
lockmeter-in_lock_functions-fix-2.patch
lockmeter-in_lock_functions-fix-2
lockmeter-build-fix-42.patch
lockmeter-build-fix-42
lockmeter-lockmeter-fix-for-generic_read_trylock.patch
lockmeter: lockmeter fix for generic_read_trylock
ext3_bread-cleanup.patch
ext3_bread() cleanup
pcmcia-implement-driver-model-support.patch
pcmcia: implement driver model support
pcmcia-update-network-drivers.patch
pcmcia: update network drivers
pcmcia-update-wireless-drivers.patch
pcmcia: update wireless drivers
pcmcia-fix-eject-lockup.patch
pcmcia: fix eject lockup
pcmcia-add-hotplug-support.patch
pcmcia: add *hotplug support
linux-2.6.8.1-49-rpc_workqueue.patch
nfs: RPC: Convert rpciod into a work queue for greater
flexibility
linux-2.6.8.1-50-rpc_queue_lock.patch
nfs: RPC: Remove the rpc_queue_lock global spinlock
dvdrw-support-for-267-bk13.patch
DVD+RW support for 2.6.7-bk13
packet-writing: add credits
CDRW packet writing support
packet: remove #warning
packet writing: door unlocking fix
pkt_lock_door() warning fix
Fix race in pktcdvd kernel thread handling
Fix open/close races in pktcdvd
packet writing: review fixups
Remove pkt_dev from struct pktcdvd_device
packet writing: convert to seq_file
Packet writing support for DVD-RW and DVD+RW discs.
Get blockdev size right in pktcdvd after switching
discs
packet writing documentation
Trivial CDRW packet writing doc update
Control pktcdvd with an auxiliary character device
Subject: Re: 2.6.8-rc2-mm2
control-pktcdvd-with-an-auxiliary-character-device-fix
Simplified request size handling in CDRW packet
writing
Fix setting of maximum read speed in CDRW packet
writing
Packet writing reporting fixes
Speed up the cdrw packet writing driver
packet writing: avoid BIO hackery
cdrom: buffer sizing fix
packet-writing-credits.patch
packet-writing: add credits
cdrw-packet-writing-support-for-267-bk13.patch
CDRW packet writing support
packet: remove #warning
packet writing: door unlocking fix
pkt_lock_door() warning fix
Fix race in pktcdvd kernel thread handling
Fix open/close races in pktcdvd
packet writing: review fixups
Remove pkt_dev from struct pktcdvd_device
packet writing: convert to seq_file
packet-bio-init.patch
packet-writing: use bio_init()
dvd-rw-packet-writing-update.patch
Packet writing support for DVD-RW and DVD+RW discs.
Get blockdev size right in pktcdvd after switching
discs
packet-writing-docco.patch
packet writing documentation
Trivial CDRW packet writing doc update
control-pktcdvd-with-an-auxiliary-character-device.patch
Control pktcdvd with an auxiliary character device
Subject: Re: 2.6.8-rc2-mm2
control-pktcdvd-with-an-auxiliary-character-device-fix
packet-private-data.patch
packet-writing: use gendisk private data
simplified-request-size-handling-in-cdrw-packet-writing.patch
Simplified request size handling in CDRW packet
writing
fix-setting-of-maximum-read-speed-in-cdrw-packet-writing.patch
Fix setting of maximum read speed in CDRW packet
writing
packet-writing-reporting-fix.patch
Packet writing reporting fixes
speed-up-the-cdrw-packet-writing-driver.patch
Speed up the cdrw packet writing driver
packet-writing-avoid-bio-hackery.patch
packet writing: avoid BIO hackery
packet-open-comment.patch
packet-writing: remove useless search
cdrom-buffer-size-fix.patch
cdrom: buffer sizing fix
cpufreq-driver-for-nforce2-kernel-267.patch
cpufreq driver for nForce2
allow-modular-ide-pnp.patch
allow modular ide-pnp
create-nodemask_t.patch
Create nodemask_t
nodemask fix
nodemask build fix
allow-x86_64-to-reenable-interrupts-on-contention.patch
Allow x86_64 to reenable interrupts on contention
i386-hotplug-cpu.patch
i386 Hotplug CPU
hotplug-cpu-fix-apic-queued-timer-vector-race.patch
Hotplug cpu: Fix APIC queued timer vector race
hotplug-cpu-move-cpu_online_map-clear-to-__cpu_disable.patch
Hotplug cpu: Move cpu_online_map clear to
__cpu_disable
igxb-speedup.patch
igxb speedup
serialize-access-to-ide-devices.patch
serialize access to ide devices
remove-unconditional-pci-acpi-irq-routing.patch
remove unconditional PCI ACPI IRQ routing
propagate-pci_enable_device-errors.patch
propagate pci_enable_device() errors
disable-atykb-warning.patch
disable atykb “too many keys pressed” warning
reiserfs-rename-struct-key.patch
reiserfs-rename-struct-key
add-some-key-management-specific-error-codes.patch
Add some key management specific error codes
keys-new-error-codes-for-alpha-mips-pa-risc-sparc-sparc64.patch
keys: new error codes for Alpha, MIPS, PA-RISC, Sparc
& Sparc64
implement-in-kernel-keys-keyring-management.patch
implement in-kernel keys & keyring management
keys build fix
keys & keyring management update patch
implement-in-kernel-keys-keyring-management-update-build-fix
implement-in-kernel-keys-keyring-management-update-build-fix-2
key management patch cleanup
return-a-different-error-if-unavailable-keytype-is-used.patch
Return a different error if unavailable keytype is
used
link-user-keyrings-together-correctly.patch
Link user keyrings together correctly
make-key-management-code-use-new-the-error-codes.patch
Make key management code use new the error codes
keys-permission-fix.patch
keys: permission fix
implement-in-kernel-keys-keyring-management-afs-workaround.patch
implement-in-kernel-keys-keyring-management afs
workaround
support-supplementary-information-for-request-key.patch
Support supplementary information for request-key
make-key-management-use-syscalls-not-prctls.patch
Make key management use syscalls not prctls
move-syscall-declarations-from-linux-keyh-2.patch
Move syscall declarations from linux/key.h #2
bits-to-make-the-key-management-api-more-usable.patch
Bits to make the key management API more usable
make-key-management-use-syscalls-not-prctls-build-fix.patch
make-key-management-use-syscalls-not-prctls build
fix
export-file_ra_state_init-again.patch
Export file_ra_state_init() again
cachefs-filesystem.patch
CacheFS filesystem
fix-64-bit-problems-in-cachefs.patch
Fix 64-bit problems in cachefs
cachefs-fixed-typos-that-cause-wrong-pointer-to-be-kunmapped.patch
cachefs: fixed typos that cause wrong pointer to be
kunmapped
cachefs-return-the-right-error-upon-invalid-mount.patch
CacheFS: return the right error upon invalid mount
fix-cachefs-barrier-handling-and-other-kernel-discrepancies.patch
Fix CacheFS barrier handling and other kernel
discrepancies
remove-error-from-linux-cachefsh.patch
Remove #error from linux/cachefs.h
cachefs-warning-fix-2.patch
cachefs warning fix 2
cachefs-linkage-fix-2.patch
cachefs linkage fix
cachefs-build-fix.patch
cachefs build fix
cachefs-documentation.patch
CacheFS documentation
add-page-becoming-writable-notification.patch
Add page becoming writable notification
provide-a-filesystem-specific-syncable-page-bit.patch
Provide a filesystem-specific sync’able page bit
provide-a-filesystem-specific-syncable-page-bit-fix.patch
provide-a-filesystem-specific-syncable-page-bit-fix
make-afs-use-cachefs.patch
Make AFS use CacheFS
afs-cachefs-dependency-fix.patch
afs-cachefs-dependency-fix
ide-probe.patch
ide probe
268-rc3-jffs2-unable-to-read-filesystems.patch
jffs2 unable to read filesystems
jffs2-mount-options-discarded.patch
JFFS2 mount options discarded
assign_irq_vector-section-fix.patch
assign_irq_vector __init section fix
find_isa_irq_pin-should-not-be-__init.patch
find_isa_irq_pin should not be __init
kexec-i8259-shutdowni386.patch
kexec: i8259-shutdown.i386
kexec-i8259-shutdown-x86_64.patch
kexec: x86_64 i8259 shutdown
kexec-apic-virtwire-on-shutdowni386patch.patch
kexec: apic-virtwire-on-shutdown.i386.patch/
kexec-apic-virtwire-on-shutdownx86_64.patch
kexec: apic-virtwire-on-shutdown.x86_64
kexec-ioapic-virtwire-on-shutdowni386.patch
kexec: ioapic-virtwire-on-shutdown.i386
kexec-ioapic-virtwire-on-shutdownx86_64.patch
kexec: ioapic-virtwire-on-shutdown.x86_64
kexec-e820-64bit.patch
kexec: e820-64bit
kexec-kexec-generic.patch
kexec: kexec-generic
kexec-machine_shutdownx86_64.patch
kexec: machine_shutdown.x86_64
kexec-kexecx86_64.patch
kexec: kexec.x86_64
kexec-machine_shutdowni386.patch
kexec: machine_shutdown.i386
kexec-kexeci386.patch
kexec: kexec.i386
kexec-use_mm.patch
kexec: use_mm
crashdump-documentation.patch
crashdump: documentation
crashdump-memory-preserving-reboot-using-kexec.patch
crashdump: memory preserving reboot using kexec
crashdump-routines-for-copying-dump-pages.patch
crashdump: routines for copying dump pages
crashdump-kmap-build-fix.patch
crashdump kmap build fix
crashdump-register-snapshotting-before-kexec-boot.patch
crashdump: register snapshotting before kexec boot
crashdump-elf-format-dump-file-access.patch
crashdump: ELF format dump file access
crashdump-linear-raw-format-dump-file-access.patch
crashdump: linear/raw format dump file access
new-bitmap-list-format-for-cpusets.patch
new bitmap list format (for cpusets)
cpusets-big-numa-cpu-and-memory-placement.patch
cpusets – big numa cpu and memory placement
cpusets-fix-race-in-cpuset_add_file.patch
cpusets: fix race in cpuset_add_file()
cpusets-remove-more-casts.patch
cpusets: remove more casts
cpusets-make-config_cpusets-the-default-in-sn2_defconfig.patch
cpusets: make CONFIG_CPUSETS the default in
sn2_defconfig
cpusets-document-proc-status-allowed-fields.patch
cpusets: document proc status allowed fields
cpusets-dont-export-proc_cpuset_operations.patch
Cpusets – Dont export proc_cpuset_operations
cpusets-display-allowed-masks-in-proc-status.patch
cpusets: display allowed masks in proc status
cpusets-simplify-cpus_allowed-setting-in-attach.patch
cpusets: simplify cpus_allowed setting in attach
cpusets-remove-useless-validation-check.patch
cpusets: remove useless validation check
cpusets-config_cpusets-depends-on-smp.patch
Cpusets: CONFIG_CPUSETS depends on SMP
cpusets-tasks-file-simplify-format-fixes.patch
Cpusets tasks file: simplify format, fixes
cpusets-simplify-memory-generation.patch
Cpusets: simplify memory generation
cpusets-interoperate-with-hotplug-online-maps.patch
cpusets: interoperate with hotplug online maps
cpusets-alternative-fix-for-possible-race-in.patch
cpusets: alternative fix for possible race in
cpuset_tasks_read()
cpusets-remove-casts.patch
cpusets: remove void* typecasts
reiser4-sb_sync_inodes.patch
reiser4: vfs: add super_operations.sync_inodes()
reiser4-sb_sync_inodes-cleanup.patch
reiser4-sb_sync_inodes-cleanup
reiser4-allow-drop_inode-implementation.patch
reiser4: export vfs inode.c symbols
reiser4-allow-drop_inode-implementation-cleanup.patch
reiser4-allow-drop_inode-implementation-cleanup
reiser4-truncate_inode_pages_range.patch
reiser4: vfs: add truncate_inode_pages_range()
reiser4-truncate_inode_pages_range-cleanup.patch
reiser4-truncate_inode_pages_range-cleanup
reiser4-export-remove_from_page_cache.patch
reiser4: export pagecache add/remove functions to
modules
reiser4-export-page_cache_readahead.patch
reiser4: export page_cache_readahead to modules
reiser4-reget-page-mapping.patch
reiser4: vfs: re-check page->mapping after calling
try_to_release_page()
reiser4-rcu-barrier.patch
reiser4: add rcu_barrier() synchronization point
reiser4-rcu-barrier-fix.patch
reiser4-rcu-barrier fix
reiser4-export-inode_lock.patch
reiser4: export inode_lock to modules
reiser4-export-inode_lock-cleanup.patch
reiser4-export-inode_lock-cleanup
reiser4-export-pagevec-funcs.patch
reiser4: export pagevec functions to modules
reiser4-export-pagevec-funcs-cleanup.patch
reiser4-export-pagevec-funcs-cleanup
reiser4-export-radix_tree_preload.patch
reiser4: export radix_tree_preload() to modules
reiser4-radix-tree-tag.patch
reiser4: add new radix tree tag
reiser4-radix_tree_lookup_slot.patch
reiser4: add radix_tree_lookup_slot()
reiser4-aliased-dir.patch
reiser4: vfs: handle aliased directories
reiser4-kobject-umount-race.patch
reiser4: introduce filesystem kobjects
reiser4-kobject-umount-race-cleanup.patch
reiser4-kobject-umount-race-cleanup
reiser4-perthread-pages.patch
reiser4: per-thread page pools
reiser4-unstatic-kswapd.patch
reiser4: make kswapd() unstatic for debug
reiser4-include-reiser4.patch
reiser4: add to build system
reiser4-4kstacks-fix.patch
resier4-4kstacks-fix
stop-reiser4-from-turning-itself-on-by-default.patch
Stop reiser4 from turning itself on by default
reiser4-doc.patch
reiser4: documentation
reiser4-doc-update.patch
Update Documentation/Changes for reiser4
reiser4-only.patch
reiser4: main fs
reiser4-cond_resched-build-fix.patch
reiser4: cond_resched() build fix
reiser4-debug-build-fix.patch
reiser4-debug-build-fix
reiser4-prefetch-warning-fix.patch
reiser4: prefetch warning fix
reiser4-mode-fix.patch
reiser4: mode type fix
reiser4-get_context_ok-warning-fixes.patch
reiser4: get_context_ok() warning fixes
reiser4-remove-debug.patch
resier4: remove debug stuff
reiser4-spinlock-debugging-build-fix-2.patch
reiser4-spinlock-debugging-build-fix-2
reiser4-sparc64-build-fix.patch
reiser4 sparc64 build fix
sys_reiser4-sparc64-build-fix.patch
sys_reiser4 sparc64 build fix
reiser4-printk-warning-fixes.patch
reiser4 printk warning fixes
reiser4-generic_acl-fix.patch
reiser4: generic_acl fix
reiser4-plugin_set_done-memleak-fix.patch
reiser4 plugin_set_done-memleak-fix.patch
reiser4-init-max_atom_flusers.patch
reiser4 init-max_atom_flusers.patch
reiser4-parse-options-reduce-stack-usage.patch
reiser4 parse-options-reduce-stack-usage.patch
reiser4-sparce64-warning-fix.patch
reiser4 sparc64-warning-fix.patch
reiser4-hardirq-build-fix.patch
resiser4: hardirq.h build fix
reiser4-x86_64-warning-fix.patch
reiser4 x86_64-warning-fix.patch
reiser4-fix-mount-option-parsing.patch
reiser4 fix-mount-option-parsing.patch
reiser4-parse-option-cleanup.patch
reiser4 parse-option-cleanup.patch
reiser4-comment-fix.patch
reiser4 comment-fix.patch
reiser4-fill_super-improve-warning.patch
reiser4 fill_super-improve-warning.patch
reiser4-disable-pseudo.patch
reiser4 disable-pseudo.patch
reiser4-disable-repacker.patch
reiser4 disable-repacker.patch
add-acpi-based-floppy-controller-enumeration.patch
Add ACPI-based floppy controller enumeration.
add-acpi-based-floppy-controller-enumeration-fix.patch
add-acpi-based-floppy-controller-enumeration fix
update-acpi-floppy-enumeration.patch
update ACPI floppy enumeration
floppy-acpi-enumeration-update.patch
floppy ACPI enumeration update
possible-dcache-bug-debugging-patch.patch
Possible dcache BUG: debugging patch
kallsyms-data-size-reduction–lookup-speedup.patch
kallsyms data size reduction / lookup speedup
tioccons-security.patch
TIOCCONS security
fix-process-start-times.patch
Fix reporting of process start times
fix-comment-in-include-linux-nodemaskh.patch
Fix comment in include/linux/nodemask.h
x86-build-issue-with-software-suspend-code.patch
Fix x86 build issue with software suspend code
move-waitqueue-functions-to-kernel-waitc.patch
move waitqueue functions to kernel/wait.c
standardize-bit-waiting-data-type.patch
standardize bit waiting data type
provide-a-filesystem-specific-syncable-page-bit-fix-2.patch
provide-a-filesystem-specific-syncable-page-bit-fix-2
consolidate-bit-waiting-code-patterns.patch
consolidate bit waiting code patterns
consolidate-bit-waiting-code-patterns-cleanup
__wait_on_bit-fix
eliminate-bh-waitqueue-hashtable.patch
eliminate bh waitqueue hashtable
eliminate-bh-waitqueue-hashtable-fix.patch
wait_on_bit_lock() must test_and_set_bit(), not
test_bit()
eliminate-inode-waitqueue-hashtable.patch
eliminate inode waitqueue hashtable
move-wait-ops-contention-case-completely-out-of-line.patch
move wait ops’ contention case completely out of
line
reduce-number-of-parameters-to-__wait_on_bit-and-__wait_on_bit_lock.patch
reduce number of parameters to __wait_on_bit() and
__wait_on_bit_lock()
wait_on_bit-must-loop.patch
wait_on_bit() must loop
document-wake_up_bits-requirement-for-preceding-memory-barriers.patch
document wake_up_bit()’s requirement for preceding
memory barriers
jbd-wakeup-fix.patch
jbd wakeup fix
3c59x-pm-fix.patch
3c59x: enable power management unconditionally
serial-mpsc-driver.patch
Serial MPSC driver
serial-add-support-for-non-standard-xtals-to-16c950-driver.patch
serial: add support for non-standard XTALs to 16c950
driver
serial-pick-nearest-baud-rate-divider.patch
serial: pick nearest baud rate divider
add-support-for-possio-gcc-aka-pcmcia-siemens-mc45.patch
Add support for Possio GCC AKA PCMCIA Siemens MC45
vm-pageout-throttling.patch
vm: pageout throttling
fix-race-in-sysfs_read_file-and-sysfs_write_file.patch
Fix race in sysfs_read_file() and
sysfs_write_file()
possible-race-in-sysfs_read_file-and-sysfs_write_file-update.patch
Possible race in sysfs_read_file() and
sysfs_write_file()
md-add-interface-for-userspace-monitoring-of-events.patch
md: add interface for userspace monitoring of
events.
unreachable-code-in-ext3_direct_io.patch
unreachable code in ext3_direct_IO()
fix-for-nforce2-secondary-ide-getting-wrong-irq.patch
Fix for NForce2 secondary IDE getting wrong IRQ
revert-allow-oem-written-modules-to-make-calls-to-ia64-oem-sal-functions.patch
revert “allow OEM written modules to make calls to ia64
OEM SAL functions”
misrouted-irq-recovery-take-2.patch
Misrouted IRQ recovery, take 2
misrouted-irq-recovery-take-2-cleanup.patch
misrouted-irq-recovery-take-2 cleanup
misrouted-irq-recovery-take-2-fix.patch
misrouted-irq-recovery-take-2 fix
misrouted-irq-recovery-docs.patch
misrouted-irq-recovery documentation
enable_irq-backtrace.patch
enable_irq-backtrace
cfq-iosched-v2.patch
CFQ iosched v2
cfq-v2-update.patch
cfq v2 update
cfq-fix-allocated-counts.patch
cfq: fix allocated counts
cfq-warnings.patch
cfq warnings
dont-export-blkdev_open-and-def_blk_ops.patch
don’t export blkdev_open and def_blk_ops
remove-dead-code-from-fs-mbcachec.patch
remove dead code from fs/mbcache.c
remove-posix_acl_masq_nfs_mode.patch
remove posix_acl_masq_nfs_mode
dont-export-shmem_file_setup.patch
don’t export shmem_file_setup
remove-pm_find-unexport-pm_send.patch
remove pm_find, unexport pm_send
remove-dead-code-and-exports-from-signalc.patch
remove dead code and exports from signal.c
unexport-proc_sys_root.patch
unexport proc_sys_root
unexport-is_subdir-and-shrink_dcache_anon.patch
unexport is_subdir and shrink_dcache_anon
unexport-devfs_mk_symlink.patch
unexport devfs_mk_symlink
unexport-do_execve-do_select.patch
unexport do_execve/do_select
unexport-exit_mm.patch
unexport exit_mm
unexport-files_lock-and-put_filp.patch
unexport files_lock and put_filp
unexport-f_delown.patch
unexport f_delown
unexport-lookup_create.patch
unexport lookup_create
remove-wake_up_all_sync.patch
remove wake_up_all_sync
remove-set_fs_root-set_fs_pwd.patch
remove set_fs_root/set_fs_pwd
md-remove-md_flush_all.patch
md: remove md_flush_all
md-make-retry_list-non-global-in-raid1-and-multipath.patch
md: make retry_list non-global in raid1 and
multipath
md-rationalise-issue_flush-function-in-md-personalities.patch
md: rationalise issue_flush function in md
personalities
md-rationalise-unplug-functions-in-md.patch
md: rationalise unplug functions in md
md-make-sure-md-always-uses-rdev_dec_pending-properly.patch
md: make sure md always uses rdev_dec_pending
properly
md-fix-two-little-bugs-in-raid10.patch
md: fix two little bugs in raid10
md-modify-locking-when-accessing-subdevices-in-md.patch
md: modify locking when accessing subdevices in md
generic-acl-support-for-permission.patch
generic acl support for ->permission
generic-acl-support-for-permission-fix.patch
generic acl support for ->permission fix
cacheline-align-pagevec-structure.patch
Adjust align pagevec structure
fbdev-remove-unnecessary-banshee_wait_idle-from-tdfxfb.patch
fbdev: remove unnecessary banshee_wait_idle from
tdfxfb
fbdev-fix-logo-drawing-failure-for-vga16fb.patch
fbdev: fix logo drawing failure for vga16fb
fbcon-fix-setup-boot-options-of-fbcon.patch
fbcon: Fix setup boot options of fbcon
fbdev-pass-struct-device-to-class_simple_device_add.patch
fbdev: Pass struct device to
class_simple_device_add
fbdev-add-tile-blitting-support.patch
fbdev: Add Tile Blitting support
fbdev-fix-scrolling-corruption.patch
fbdev: fix scrolling corruption
radeonfb-fix-warnings-about-uninitialized-variables.patch
radeonfb: Fix monitor probe logic
fbdev-remove-i810fb-explicit-agp-initialization-hack.patch
fbdev: Remove i810fb explicit agp initialization
hack.
fbdev-add-iomem-annotations-to-fbmemc.patch
fbdev: Add iomem annotations to fbmem.c
fbdev-add-iomem-annotations-to-i810fb.patch
fbdev: Add iomem annotations to i810fb
fbdev-add-iomem-annotations-to-vga16fbc.patch
fbdev: Add iomem annotations to vga16fb.c
vga-console-font-problems-on-26-kernel.patch
VGA console font problems on 2.6 kernel
fix-for-spurious-interrupts-on-e100-resume-2.patch
Fix for spurious interrupts on e100 resume 2
atomic_inc_return-for-i386.patch
atomic_inc_return() for i386
atomic_inc_return-for-x86_64.patch
atomic_inc_return() for x86_64
atomic_inc_return-for-arm.patch
atomic_inc_return() for arm
atomic_inc_return-for-arm26.patch
atomic_inc_return() for arm26
atomic_inc_return-for-sparc64.patch
atomic_inc_return() for sparc64
remove-dead-exports-from-fs-fat.patch
remove dead exports from fs/fat/
fat-use-hlist_head-for-fat_inode_hashtable-1-6.patch
FAT: use hlist_head for fat_inode_hashtable
fat-rewrite-the-cache-for-file-allocation-table-lookup.patch
FAT: rewrite the cache for file allocation table
lookup
fat-cache-lock-from-per-sb-to-per-inode-3-6.patch
FAT: cache lock from per sb to per inode
fat-the-inode-hash-from-per-module-to-per-sb-4-6.patch
FAT: the inode hash from per module to per sb
fat-fix-the-race-bitween-fat_free-and-fat_get_cluster.patch
FAT: Fix the race bitween fat_free() and
fat_get_cluster()
fat-remove-debug_pr-6-6.patch
FAT: remove debug_pr()
fat-merge-fix.patch
Subject: [PATCH 1/4] FAT: merge fix
fat-check-free_clusters-value.patch
Subject: [PATCH 2/4] FAT: check free_clusters value
fat-removal-of-c_le_-macro.patch
Subject: [PATCH 3/4] FAT: removal of C[FT]_LE_[WL]
macro
fat-remove-validity-check-of-fat-first-entry.patch
Subject: [PATCH 4/4] FAT: remove validity check of FAT
first entry
thinkpad-fnfx-key-driver.patch
thinkpad fn+fx key driver
enforce-a-gap-between-heap-and-stack.patch
Enforce a gap between heap and stack
no-exec-i386-and-x86_64-fixes.patch
no exec: i386 and x86_64 cleanups
rewrite-alloc_pidmap.patch
pidhashing: rewrite alloc_pidmap()
pidhashing-retain-older-vendor-copyright.patch
From: William Lee Irwin III <[email protected]>
Subject: [pidhashing] [1/3] retain older vendor
copyright
pidhashing-lower-pid_max_limit-for-32-bit-machines.patch
From: William Lee Irwin III <[email protected]>
Subject: [pidhashing] [2/3] lower PID_MAX_LIMIT for
32-bit machines
pidhashing-enforce-pid_max_limit-in-sysctls.patch
From: William Lee Irwin III <[email protected]>
Subject: [pidhashing] [3/3] enforce PID_MAX_LIMIT in
sysctls
allow-multiple-inputs-in-alternative_input.patch
Allow multiple inputs in alternative_input
autofs4-allow-map-update-recognition.patch
autofs4: allow map update recognition
lighten-mmlist_lock.patch
lighten mmlist_lock
incorrect-pci-interrupt-assignment-on-es7000-for-platform-gsi.patch
Incorrect PCI interrupt assignment on ES7000 for
platform GSI
fix-task_mmuc-text-size-reporting.patch
procfs: fix task_mmu.c text size reporting
sparc32-add-atomic_sub_and_test.patch
sparc32: add atomic_sub_and_test()
make-console_conditional_schedule-__sched-and-use-cond_resched.patch
make console_conditional_schedule() __sched and use
cond_resched()
report-per-process-pagetable-usage.patch
report per-process pagetable usage
remove-lock_section-from-x86_64-spin_lock-asm.patch
remove LOCK_SECTION from x86_64 spin_lock asm
v4l-msp3400-cleanup.patch
v4l: msp3400 cleanup
v4l-tuner-update.patch
v4l: tuner update
v4l-bttv-update.patch
v4l: bttv update
v4l-dvb-cx88-driver-update.patch
v4l/dvb: cx88 driver update
v4l-dvb-cx88-driver-update-fix.patch
v4l-dvb-cx88-driver-update-fix
DVB-update-saa7146.patch
DVB: update saa7146
DVB-documentation-update.patch
DVB: documentation update
DVB-skystar2-dvb-bt8xx-update.patch
DVB: skystar2 dvb bt8xx update
DVB-dvb-core-update.patch
DVB: core update
DVB-frontend-conversion.patch
DVB: frontend conversion
DVB-frontend-conversion2.patch
DVB: frontend conversion #2
DVB-frontend-conversion3.patch
DVB: frontend conversion #3
DVB-frontend-conversion4.patch
DVB: frontend conversion #4
DVB-add-frontend-1-2.patch
DVB: add frontend
DVB-add-frontend-2-2.patch
DVB: add frontend #2
DVB-new-driver-dibusb.patch
DVB: new driver for mobile USB Budget DVB-T devices
DVB-misc-driver-updates.patch
DVB: misc driver updates
DVB-frontend-updates.patch
DVB: frontend updates
V4L-follow-changes-in-saa7146.patch
V4L: follow changes in saa7146
a-simple-fifo-implementation.patch
A simple FIFO implementation
add-hook-for-pci-resource-deallocation.patch
add hook f