0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[MTD] cfi_cmdset_0001: Fix state after sync More... over 20 years ago
Get rid of the the remains of 2.4-style ramdisk support. More... over 20 years ago
[PATCH] USB: move the usb hcd code to use the new class code. More... over 20 years ago
[PATCH] INPUT: move to use the new class code, instead of class_simple More... over 20 years ago
[PATCH] tty: move to use the new class code, instead of class_simple More... over 20 years ago
[PATCH] CLASS: move a "simple" class logic into the class core. More... over 20 years ago
[MTD] cfi_cmdset_0001: Fix the buggy status check. More... over 20 years ago
[MTD] Add the reverse operation of cfi_build_cmd() More... over 20 years ago
[MTD] plat-ram: removed extraneous debugging code More... over 20 years ago
[MTD] NAND: Fixed unused loop variable More... over 20 years ago
[MTD] Fixed signed 1bit bitfield More... over 20 years ago
Multithreaded core dumps. More... over 20 years ago
When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the system timer tick. Prior to this patch, if IDE IRQ probing occured, then the TOY_MATCH2 interrupt would be permanently disabled, and no system timer tick occurs. This patch corrects this situation by correctly registering the TOY_MATCH2 interrupt so that IDE IRQ probing doesn't have adverse side effects. More... over 20 years ago
sys_futex has 6 arguments. More... over 20 years ago
qtronix.c: Handle kmalloc failure. More... over 20 years ago
NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect and handle the case where an attribute is converted from resident to non-resident by a concurrent file write. - Reorder some operations when converting an attribute from resident to non-resident (fs/ntfs/attrib.c) so it is safe wrt concurrent ->readpage and ->writepage. More... over 20 years ago
NTFS: Fix sign of various error return values to be negative in fs/ntfs/lcnalloc.c. More... over 20 years ago
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). More... over 20 years ago
Export shm_align_mask and flush_data_cache_page. More... over 20 years ago
[MTD] phram: Allow short reads. More... over 20 years ago
NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after dropping the read lock and taking the write lock we were not checking whether someone else did not already do the work we wanted to do. - Rename ntfs_find_vcn_nolock() to ntfs_attr_find_vcn_nolock(). - Tidy up some comments in fs/ntfs/runlist.c. - Add LCN_ENOMEM and LCN_EIO definitions to fs/ntfs/runlist.h. More... over 20 years ago
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_vcn_to_lcn_nolock() used by the new write code. More... over 20 years ago
[MTD] block2mtd: Remove copyright. Fix offset calculation More... over 20 years ago
Put salone.o back into arclib. It's a lib so doesn't harm if unused atm. More... over 20 years ago
It helps to not use a _mem_ function for requesting I/O space. More... over 20 years ago
Gcc 4.0 fixes. More... over 20 years ago
Use new txx9 serial driver. More... over 20 years ago
Fix preemption bug. More... over 20 years ago
Int controller fixes. More... over 20 years ago
NTFS: Add AT_EA in addition to AT_DATA to whitelist for being allowed to be non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident(). More... over 20 years ago