- 19 Sep, 2003 1 commit
-
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
- 18 Sep, 2003 13 commits
-
-
Andries E. Brouwer authored
By mistake the keycode for right control in scancode set 3 was the same as that for right alt. This fixes that.
-
Jens Axboe authored
From: Nick Piggin <piggin@cyberone.com.au> This should be the last piece to ensure correct barrier handling for AS and DL?
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
Very silly bug spotted by Ducrot Bruno
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
I'm aligning the 2.4 and 2.5 versions of arch/ia64/hp/common/sba_iommu.c and found a couple nits in the 2.5 version. No functional change, just whitespace, comment, and parameter name changes (and I made one function static).
-
Jes Sorensen authored
asm/acpi.h relies on struct pci_vector_struct which is defined in asm/system.h.
-
Jes Sorensen authored
Minor cleanup.
-
Jes Sorensen authored
This patch removes a ton of pointless big endian defines for some registers on SN2 and cleans up the #include hierachy making it include some really big header files only when they are really needed.
-
Stéphane Eranian authored
This patch changes the kernel such that si_isr gets setup for hardware breakpoints, single-step, and taken-branch traps. This is useful, e.g., to determine what kind of hw breakpoint triggered the signal.
-
Jes Sorensen authored
Attached is a small cleanup patch for the sn2 header files which removes some cases of excessive header file inclusion.
-
David Mosberger authored
SBA_PROC_FS off by default (it's too much of a scalability bottleneck).
-
Dave Jones authored
From OGAWA Hirofumi
-
- 17 Sep, 2003 26 commits
-
-
Dave Jones authored
The following patch to the HP ZX1 GART driver - adds recognition of the "HWP0007" device (an AGP 8X bridge) - fixes the use of acpi_get_devices() The problem with acpi_get_devices() is that it always returns AE_OK, except when the callback (zx1_gart_probe()) returns a failure. That means agp_hp_init() cannot use the status from acpi_get_devices() to distinguish between (1) an AGP bridge was found and successfully initialized, and (2) no AGP bridge was found at all.
-
David Mosberger authored
the #ifdef __KERNEL__ bracket. Doing so pollutes the user- level namespace. Bug report & proposed fix by GOTO Masanori.
-
Stephen Hemminger authored
Use seq_file for /proc/misc
-
Stephen Hemminger authored
Use list macros for misc_device list.
-
Andy Grover authored
This updates the maintainer entry for ACPI. Len has already assumed most of this responsibility, as other projects demand my attention. My team will continue to maintain the OS-independent ACPI CA release, but Len will be responsible for pulling ACPI CA updates into the Linux release, and the rest of Linux-specific code in general.
-
Russell King authored
This allows /proc/kcore to be entirely disabled and dropped out of the kernel - we already select between a.out and ELF. Right now it only drops /proc/kcore out of the kernel for ARM.
-
Marcelo Tosatti authored
From: Liam Girdwood <liam.girdwood@wolfsonmicro.com> This patch eliminates pop noises when doing a PM suspend/resume with the WM9712 AC97 codec.
-
Jens Axboe authored
This implements the possibility for sharing a tag map between queues. Some (most?) scsi host adapters needs this, and SATA tcq will need it for some cases, too.
-
Jens Axboe authored
From Daniel Pittman <daniel@rimspace.net> Using the lra (last recorded address) isn't always reliable on some drives, so use the regular TOC if it returns 0 capacity.
-
Urban Widmark authored
I haven't been doing much smbfs work recently, but here are some bugfixes: - Fix module unload (Angus Sawyer). - Fix the smbfs error handling if kernel_thread() should fail. - Allow high uids/gids to be used as the fake uid smbfs sets as file owner.
-
Nick Piggin authored
The as-iosched.c source code has said this is here for a long time but it kept getting lost.
-
Chris Wright authored
From: bert hubert <ahu@ds9a.nl> LSM: To recap, this patch allows root_plug to work again. It needs functions that used to reside in capability.c but linking in capability.c, disabled root_plug from loading, as a security module is already present then. This patch splits out the functions root_plug needs from capability.c.
-
Chris Wright authored
From: John Levon <levon@movementarian.org> LSM: Update comments in register_security to reflect reality
-
Chris Wright authored
Add LSM maintainer entry
-
Chris Wright authored
Update CREDITS with new contact info.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
Don't try to clear PCI status on devices which are no longer present. Only clear PCI status bits which we're interested in. Use pci_name to report the device name.
-
Russell King authored
The IMPD-1 is a logic module (a stackable module) - rather than trying to abuse platform devices, create our own bus type to handle these.
-
Dave Jones authored
-
Dave Jones authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-