OpenVZ-legacy
  1. OpenVZ-legacy

linux-2.6.20-openvz

Public
AuthorCommitMessageCommit dateIssues
OpenVZ teamPavelOpenVZ team
4367a4bfa59linux-2.6.20-ovz002 released
Pavel EmelianovPavel Emelianov
6a4910e12b6[CPT] Make modules compile on x86_641. lost headers 2. execve -> kernel_execve renaming 3. cosmetics
Pavel EmelianovPavel Emelianov
a08df06d97a[CPT] A set of core changes to make kernel compile1. execve is renamed into kernel_execve 2. lost linux/freezer.h in arch/x86_64/kernel/signal.h 3. lost GDT_ENTRY_TLS_ENTRIES during porting 4. duplicate (and errorneous) segment switching in head.S
Pavel EmelianovPavel Emelianov
eb4aa04e7d5[NETFILER] Remove duplicate IPT_ENTRY_ITERATE call.This check is already in kernel, this hunk got here with fuzz.
Pavel EmelianovPavel Emelianov
3f9ed496ecaCompilation fixes - add lost headers where needed.On emt64 some of our headers are not included via asm/xxx.h like it is done in i386.
Pavel EmelianovPavel Emelianov
59fb78a9c3f[BC] Fix IO-prio compilationMove linux/cfq-iosched.h from bc/ioprio.h to break inclusion of asm-x86_64/elf.h into ia32 emulation code.
Pavel EmelianovPavel Emelianov
f0be3e2aeaaFix SysRQ debugger compilationNo pt_regs argument for callbacks any more.
Pavel EmelianovPavel Emelianov
854e468c277[x86_64] Fix IPI NMI callbacks compilation
OpenVZ teamPavel EmelianovOpenVZ team
b2ba0defe53linux-2.6.20-ovz001
Kirill KorotaevPavel EmelianovKirill Korotaev
c86afce26d2Fairscheduler
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
a412242a942[CPT] Checkpointing modules
Alexey KuznetsovPavel EmelianovAlexey Kuznetsov
21b9d16ba27[CPT] Kernel changes needed by checkpointing
OpenVZ teamPavel EmelianovOpenVZ team
a056f1505f1VZDQ - OpenVZ per-VE disk quota
OpenVZ teamPavel EmelianovOpenVZ team
b9335bca1ccSimFS - OpenVZ virtual filesystem
Dmitry MishinPavel EmelianovDmitry Mishin
87f5f98912dNetfilters virtualization
Denis V. LunevPavel EmelianovDenis V. Lunev
25f761354f8NFS virtualization
OpenVZ teamPavel EmelianovOpenVZ team
324159a701aOpenVZ virtual network devices (modules)
OpenVZ teamPavel EmelianovOpenVZ team
89dfabd3278Networking virtualization
OpenVZ teamPavel EmelianovOpenVZ team
d37f2e1187fCore virtualization and OpenVZ modules
Pavel EmelianovPavel Emelianov
ab1011203e9[BC] The beancounters - OpenVZ resource accounting
OpenVZ teamPavel EmelianovOpenVZ team
4ba262f3dc2Audit of VFS stat system calls.
OpenVZ teamPavel EmelianovOpenVZ team
8ea0dbc6931Virtinfo notifiers
OpenVZ teamPavel EmelianovOpenVZ team
52fa651f91fOpenVZ licensing
OpenVZ teamPavel EmelianovOpenVZ team
b9cc4df6beaMainstream fixes and stubs for OpenVZ kernels
Linus TorvaldsLinus Torvalds
62d0cfcb27cLinux 2.6.20
Frédéric RissLinus TorvaldsFrédéric Riss
40c373cc3af[PATCH] EFI x86: pass firmware call parameters on the stackWhen calling into the EFI firmware, the parameters need to be passed on the stack. The recent change to use -mregparm=3 breaks x86 EFI support. This patch is needed to allow the new Intel-based Macs to suspend to ram (efi.get_time is called during the suspend phase). Signed-off-by: Frederic Riss <frederic.riss@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al ViroLinus TorvaldsAl Viro
886ae1fa138[PATCH] fix rtl8150That code doesn't do what its author apparently thought it would do... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Linus TorvaldsLinus Torvalds
ce35a81a71fMMerge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6: [SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crash [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file number to be incorrect [SCSI] qla4xxx: bug fixes [SCSI] Fix scsi_add_device() for async scanning
Jeff GarzikLinus TorvaldsJeff Garzik
259886a7c4e[PATCH] x86-64: define dma noncoherent API functionsx86-64 is missing these: Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
John KellerLinus TorvaldsJohn Keller
72253943f72[PATCH] Altix: more ACPI PRT supportThe SN Altix platform does not conform to the IOSAPIC IRQ routing model. Add code in acpi_unregister_gsi() to check if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) and return. Due to an oversight, this code was not added previously when similar code was added to acpi_register_gsi(). http://marc.theaimsgroup.com/?l=linux-acpi&m=116680983430121&w=2 Signed-off-by: John Keller <jpk@sgi.com> Acked...
Andrew MortonLinus TorvaldsAndrew Morton
b2e895dbd80[PATCH] revert blockdev direct io back to 2.6.19 versionAndrew Vasquez is reporting as-iosched oopses and a 65% throughput slowdown due to the recent special-casing of direct-io against blockdevs. We don't know why either of these things are occurring. The patch minimally reverts us back to the 2.6.19 code for a 2.6.20 release. Cc: Andrew Vasquez <andrew.vasquez@qlogic.com> Cc: Ken Chen <kenchen@google.com> Signed-off-by: Andrew Morton <akpm@linu...
Mike FrysingerLinus TorvaldsMike Frysinger
8560a10e16f[PATCH] alpha: fix epoll syscall enumerationsWe went and named them __NR_sys_foo instead of __NR_foo. It may be too late to change this, but we can at least add the proper names now. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Peter KorsgaardLinus TorvaldsPeter Korsgaard
24d8f6aded4[PATCH] net/smc911x: match up spin lock/unlocksmc911x_phy_configure's error handling unconditionally unlocks the spinlock even if it wasn't locked. Patch fixes it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Cc: Jeff Garzik <jeff@garzik.org> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Magnus DammLinus TorvaldsMagnus Damm
29a002776ba[PATCH] kexec: Avoid migration of already disabled irqs (ia64)This patch fixes up ia64 kexec support for HP rx2620 hardware. It does this by skipping migration of already disabled irqs. This is most likely a problem on other ia64 platforms as well, but I've only been able to reproduce it on one machine so far. The full story is that handle_bad_irq() gets invoked before starting the new kernel without this patch. This seems to happen when fixup_irqs() ...
Ken ChenLinus TorvaldsKen Chen
dee11c2364f[PATCH] aio: fix buggy put_ioctx call in aio_complete - v2An AIO bug was reported that sleeping function is being called in softirq context: BUG: warning at kernel/mutex.c:132/__mutex_lock_common() Call Trace: [<a000000100577b00>] __mutex_lock_slowpath+0x640/0x6c0 [<a000000100577ba0>] mutex_lock+0x20/0x40 [<a0000001000a25b0>] flush_workqueue+0xb0/0x1a0 [<a00000010018c0c0>] __put_ioctx+0xc0/0x240 [<a00000010018d470>] aio_compl...
Adrian BunkDavid S. MillerAdrian Bunk
3e8219806c3[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_NF_CONNTRACK_H323=yFix this by letting NF_CONNTRACK_H323 depend on (IPV6 || IPV6=n). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Patrick McHardyDavid S. MillerPatrick McHardy
40e0cb004a6[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n CC net/netfilter/nf_conntrack_netlink.o net/netfilter/nf_conntrack_netlink.c: In function 'ctnetlink_conntrack_event': net/netfilter/nf_conntrack_netlink.c:392: error: 'struct nf_conn' has no member named 'mark' make[3]: *** [net/netfilter/nf_conntrack_netlink.o] Error 1 Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Nagendra Singh TomarJames BottomleyNagendra Singh Tomar
017f2e37ae1[SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crash sd_probe() calls class_device_add() even before initializing the sdkp->device variable. class_device_add() eventually results in the user mode udev program to be called. udev program can read the the allow_restart attribute of the newly created scsi device. This is resulting in a crash as the show function for allow_restart (i.e sd_show_allow_restart) returns the attribute value by reading the...
Linus TorvaldsLinus Torvalds
e47fddf2470MMerge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: libata: Initialize nbytes for internal sg commands libata: Fix ata_busy_wait() kernel docs pata_via: Correct missing comments pata_atiixp: propogate cable detection hack from drivers/ide to the new driver ahci/pata_jmicron: fix JMicron quirk
Brian KingJeff GarzikBrian King
49c8042996clibata: Initialize nbytes for internal sg commandsSome LLDDs, like ipr, use nbytes and pad_len to determine the total data transfer length of a command. Make sure nbytes gets initialized for internally generated commands. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
AlanJeff GarzikAlan
0777721c9b2libata: Fix ata_busy_wait() kernel docs> Looks like you should use ata_busy_wait() here, rather than reproducing > the same code again. It waits in 10uS chunks while 1uS chunks were used in the workaround. Could indeed do that once I know the fix is right. While I'm at it the ata_busy_wait kerneldoc is borked so here's a fix Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
AlanJeff GarzikAlan
05c39e502e9pata_via: Correct missing commentsThe 8237S was added to the chipsets but not to the comments. Fix this Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
AlanJeff GarzikAlan
54494f3a833pata_atiixp: propogate cable detection hack from drivers/ide to the new driverSigned-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Tejun HeoJeff GarzikTejun Heo
77280989673ahci/pata_jmicron: fix JMicron quirkFor all JMicrons except for 361 and 368, AHCI mode enable bits in the Control(1) should be set. This used to be done in both ahci and pata_jmicron but while moving programming to PCI quirk, it was removed from ahci part while still left in pata_jmicron. The implemented JMicron PCI quirk was incorrect in that it didn't program AHCI mode enable bits. If pata_jmicron is loaded first and program...
Linus TorvaldsLinus Torvalds
222335b7557MMerge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: spidernet : fix memory leak in spider_net_stop e100: fix napi ifdefs removing needed code netxen patches
Linus TorvaldsLinus Torvalds
7a186422242MMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/bnx2-2.6* master.kernel.org:/pub/scm/linux/kernel/git/davem/bnx2-2.6: [BNX2]: PHY workaround for 5709 A0.
Linus TorvaldsLinus Torvalds
6cdd12acb6eMMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: [NET_SCHED]: act_ipt: fix regression in ipt action
Linus TorvaldsLinus Torvalds
583243c062dMMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6: [SPARC32]: Fix over-optimization by GCC near ip_fast_csum.
Evgeniy DushistovLinus TorvaldsEvgeniy Dushistov
719d96991ac[PATCH] MAINTAINERS: ufs entryMark ufs file system as maintainable, and add me as maintainer, to help people find appropriate person to assign bugs. Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Linus TorvaldsLinus Torvalds
435f8a605d3Revert "[PATCH] fix typo in geode_configre()@cyrix.c"This reverts commit e4f0ae0ea63caceff37a13f281a72652b7ea71ba. It's not wrong, but it's not right either, and everybody seems to agree that the right fix is probably to do the ccr3 write after the ccr4 one (and that we also should clean it up a bit). And after that we need to really validate that all the bits that we write to ccr4 actually do work. The old 2.6.19 code was insane, and basicall...