aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/static/js/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb/static/js/lib')
0 files changed, 0 insertions, 0 deletions
et/if_inet6 to seq_file.Hideaki Yoshifuji2-45/+139 2003-05-26[NET]: IPSEC protocol module owner cleanup.Thomas Schlichter3-6/+4 2003-05-26[NET]: One missed non-netdev SET_MODULE_OWNER case.Thomas Schlichter1-1/+1 2003-05-25[PATCH] s390: network device drivers.Martin Schwidefsky4-8/+8 s390 network device driver fixes: - Make use of SET_MODULE_OWNER. - Fix ctc interrupt handler. 2003-05-25[PATCH] s390: tape device driver.Martin Schwidefsky7-21/+21 Bug fixes for the s390 tape device driver: - Remove tapechar_init() from mem.c. It is called via module_init anyway. - Remove unnecessary #include <version.h> - Make tape_block compile. Add fixme. - Export symbols needed by tape discipline drivers. 2003-05-25[PATCH] s390: console device drivers.Martin Schwidefsky6-55/+79 s390 console driver fixes: - Register console ttys via module_init. Remove sclp_tty_init and tty3215_init from tty_io.c - con3215: use set_current_state. - sclp: Fix race condition in sclp interrupt handler. Fix deadlock on sclp_conbuf_lock for certain error conditions. 2003-05-25[PATCH] s390: block device drivers.Martin Schwidefsky2-8/+14 s390 block device driver fixes: - dasd: Don't continue on error in dasd_increase_state. Use hex_ascii view for the dasd debug area. Fix typo. - xpram: Fix setup of devfs_name. 2003-05-25[PATCH] s390: 31 bit compat.Martin Schwidefsky6-267/+232 s390 32 bit compatability fixes: - Fix compat entries in the system call table. - Update to new compat_ioctl mechanism. - Define compat_alloc_user_space. 2003-05-25[PATCH] s390: module count.Martin Schwidefsky4-15/+6 Remove unnecessary MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT pairs. 2003-05-25[PATCH] s390: steal lock support.Martin Schwidefsky5-3/+143 cio: Add code to break a reservation of a device (steal lock). 2003-05-25[PATCH] s390: module alias support.Martin Schwidefsky3-28/+44 Add module alias support for ccw devices. 2003-05-25[PATCH] s390: inline assemblies.Martin Schwidefsky4-140/+131 Optimize s390 inline assemblies. 2003-05-25[PATCH] s390: arch fixes.Martin Schwidefsky17-99/+92 Base s390 bug fixes: - arch: Do create_proc_entry for debug feature outside spin locked code. - arch: Fix system call tracing for 64 bit kernels. - arch: Export empty_zero_page for use in binfmt_elf32 module. - arch: Fix call trace output and remove dead remote-debug code. - arch: Correct OUTPUT_ARCH for 64 bit compiles. - arch: Fix in_atomic. - arch: Fix broken _PAGE_INVALID_xxx definitions. - arch: Add __kernel_old_dev_t for 64 bit. - arch: adapt to new do_fork interface. - arch: set CR5 to get program checks for space switching instructions. - cio: Fix /proc output of blacklist ranges. - cio: Restructure chsc to avoid GFP_KERNEL allocation while holding a lock. - cio: Fix wait_cons_dev. - qdio: use GFP_ATOMIC for memory allocations in interrupt. 2003-05-25We need <linux/highmem.h> for PKMAP_BASELinus Torvalds1-0/+1 2003-05-25[PATCH] Probe legacy IDE chipsets in ide_init() instead of in ide_setup()Bartlomiej Zolnierkiewicz1-39/+80 Legacy here means pdc4030, ali14xx, umc8672, dtc2278, ht6560b and qd65xx. They cannot be probed and initialized at a boot parameters' parsing time, because probing code depends on not yet ready kernel subsystems. This change also fixes boot parameters' ordering issue, fe. you could pass "ide0=dtc2278 ide0=noautotune" and "noautotune" was catched too late. 2003-05-25[PATCH] IDE: fix "biostimings" and legacy chipsets' boot parameters interactionBartlomiej Zolnierkiewicz1-9/+8 "biostimings" cannot be hardcoded to -19, make it -8. Code in ide_setup() assumes that everything <= -11 is a legacy chipset name, so fe. "ide0=ali14xx ide0=biostimings" will fail while "ide0=biostimings ide0=ali14xx" will be okay. 2003-05-25[PATCH] signal latency improvementIngo Molnar1-3/+6 This further optimizes the 'kick wakeup' scheduler feature: - do not kick any CPU on UP - no need to mark the target task for reschedule - it's enough to send an interrupt to that CPU, that will initiate a signal processing pass. 2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins105-233/+184 Well, this is it for me and strlcpy. I'll leave the rest of the non-obvious usages of strncpy to the kernel janitors. Seems like quite a few uses really wanted memcpy instead, but I don't have time to investigate them all. It does appear that nearly all strncpy's will be removable. Obsoleting strncpy will probably atleast make the remaining few think about how they are using it. This is the patch for my trip through drivers/*. 2003-05-25[PATCH] remove crt0_rom.S from m68knommu DragonEngine2 targetGreg Ungerer1-1/+0 Remove crt0_rom.S from m68knommu DragonEngine2 target config. It is no longer required. 2003-05-25[PATCH] single start file for m68knommu DragonEngine2 targetGreg Ungerer1-1/+129 Start code for m68knommu DragonEngine2 target is now all in crt0_ram.S. This patch moves all the code into this one file. 2003-05-25[PATCH] remove crt0_himem.S from m68knommu DragonEngine2 targetGreg Ungerer1-1/+0 Remove crt0_himem.S from m68knommu DragenEngine2 config. It is no longer required. 2003-05-25[PATCH] fix m68knommu DragonEngine2 target setup codeGreg Ungerer1-53/+100 Numerous fixes for the m68knommu DragonEngine2 setup code. It was out of date relative to more recent kernels. Original patches from Georges Menie. 2003-05-25[PATCH] remove crt0_fixed.S from m68knommu DragonEngine2 targetGreg Ungerer1-159/+0 Remove crt0_fixed.S from m68knommu DragonEngine2 setup. No longer required. 2003-05-25[netdrvr tulip] fix bogus mergesJeff Garzik2-3/+1 2003-05-25[netdrvr bonding] minor merge/kbuild fixesJeff Garzik3-9/+5 2003-05-25[netdrvr bonding] add 802.3ad supportJeff Garzik12-282/+5688 Contributed by Intel, with updates by Jay Vosburgh @ IBM (bonding maintainer) 2003-05-25[PATCH] wireless pcmcia updatesChristoph Hellwig3-95/+41 the same patch stil applies.. 2003-05-25[PATCH] au1000 init cleanups.Dave Jones1-24/+9 Not sure if I incorporated all your feedback on this one last time. Bug me if not... 2003-05-25[PATCH] hamachi PCI DMA fix from 2.4Dave Jones1-1/+3 Maintainer fix that went into 2.4 last August with the comments "Get hamachi net driver RX working again. Apparently the PCI DMA conversion still has a bug or two left in it..." 2003-05-25[PATCH] 3c505 printk levels.Dave Jones1-55/+55 2003-05-25[PATCH] xircom init cleanupsDave Jones1-20/+17 2003-05-25[PATCH] fix tlan 64bit checkDave Jones1-1/+1 2003-05-25[PATCH] Age old cs89x0 register define 'fixes' ?Dave Jones1-3/+3 Remember these? There never was an outcome as to whether or not their doing the right thing. Any complaints from this being in 2.4 for nearly a year ? 2003-05-25[PATCH] Nuke stale comment from bmacDave Jones1-1/+0 Leftovers from before we used memset to clear the struct. 2003-05-25[netdvr tulip] nuke stale definesJeff Garzik1-13/+0 Noticed (indirectly) by davej 2003-05-25[PATCH] FEC driver updates to support the ColdFire 5282 CPU (header)Greg Ungerer1-2/+51 For reasons only Motorola will ever know they decided to use a substantially different register layout for the FEC ethernet device on the 5282 ColdFire silicon. This defines an appropriate access structure for it. 2003-05-25[PATCH] allow FEC driver config to be used with ColdFire 5282Greg Ungerer1-1/+1 The ColdFire 5282 CPU also uses the Motorla FEC ethernet core, allow if to be selected for that config. 2003-05-25[PATCH] ColdFire serial driver support for 5282 ColdFireGreg Ungerer1-12/+22 This adds support for the ColdFire 5282 to the ColdFire serial driver. Only a few small changes, notably the interrupt setup is a little different. Also removed some dead code. 2003-05-25[PATCH] add support for 5282 ColdFire to the ColdFire serial headerGreg Ungerer1-3/+29 Add support for the 5282 ColdFire to the common ColdFire serial driver header. Also added the additional registers of the 5272, they are used to setup a more accurate baud rate timers 2003-05-25[PATCH] rework timer code used for different m68knommu/ColdFire CPU'sGreg Ungerer1-2/+7 Rework the m68knommu/ColdFire/5307 Makefile to build the correct timer code for each of the different ColdFire CPU types. 2003-05-25[PATCH] OProfile: fix d_path() usageJohn Levon1-0/+6 d_path() can return -ENAMETOOLONG these days. Pass it upstream. 2003-05-25[PATCH] OProfile: fix stale commentJohn Levon1-4/+2 2003-05-25[PATCH] OProfile: timer usage overrideJohn Levon2-6/+22 A patch mostly by Will Cohen, adding a parameter to OProfile to over-ride use of the perfctr hardware. Useful for testing and a host of other things. 2003-05-25[PATCH] OProfile: minimize sample errorJohn Levon1-6/+18 The code that attempts to reset last_task and in_kernel has a race against samples appearing during the handling of the buffers, that causes a small number of mis-attribution of samples. Closing the window is non-obvious, and not worth it, so we just make it smaller. Even without the patch, there seem to be few such "bad" samples because its effects are mitigated on a switch into userspace or a task switch. 2003-05-25[PATCH] OProfile: flush work queue on shutdownJohn Levon1-4/+10 My previous fix was incomplete, we could get the same thing happening on the init-failure path. Fix that.