aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson1-6/+6
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-61/+7
2008-04-29char: use get_unaligned_* helpersHarvey Harrison2-8/+4
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas1-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg1-1/+1
2008-04-29random: add async notification support to /dev/randomJeff Dike1-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall1-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall1-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall1-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall1-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall1-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall1-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall1-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall1-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall1-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall1-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall1-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall1-45/+35
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev5-28/+23
2008-04-29proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan1-28/+25
2008-04-29proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan1-5/+18
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-2/+2
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk1-1/+1
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk1-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan2-8/+7
2008-04-29ipmi: remove unused target and action in MakefileDenis Cheng1-4/+0
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard2-201/+227
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard5-436/+574
2008-04-29ipmi: style fixes in the base codeCorey Minyard1-414/+581
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard1-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard1-74/+66
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard1-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov1-248/+194
2008-04-29ipmi: update driver versionCorey Minyard1-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard1-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2-8/+28
2008-04-29ipmi: run to completion fixesCorey Minyard3-36/+35
2008-04-29ipmi: hold ATTN until upper layer readyCorey Minyard1-2/+5
2008-04-29vt: fix background color on line feedJan Engelhardt1-3/+4
2008-04-29sysrq: add show-backtrace-on-all-cpus functionRik van Riel1-0/+46
2008-04-29ipwireless: remove dead codeJiri Kosina4-46/+0
2008-04-29make /dev/kmem a config optionArjan van de Ven2-0/+19
2008-04-28drivers: fix integer as NULL pointer warningsHarvey Harrison3-3/+3
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison2-2/+2
2008-04-28VT notifier extension for accessibilityKarl Dahlke1-0/+8
2008-04-28char: make functions static in synclinkmp.cHarvey Harrison1-60/+60
2008-04-28synclink drivers bool conversionJoe Perches4-323/+319
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-2/+1
2008-04-28drivers/char/rtc.c: use time_before, time_before_eq, etcJulia Lawall1-1/+3
2008-04-28rtc: avoid legacy drivers with generic frameworkDavid Brownell1-1/+10