summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2008-04-30stallion: Prepare for BKL push downAlan Cox-12/+3
2008-04-30specialix: Prepare for BKL pushdownAlan Cox-40/+6
2008-04-30serial167: prepare to push BKL down into driversAlan Cox-12/+3
2008-04-30rocket: Prepare for BKL pushdownAlan Cox-9/+18
2008-04-30riscom8: Prepare for BKL pushdownAlan Cox-14/+11
2008-04-30mxser: prepare for BKL pushdownAlan Cox-25/+38
2008-04-30isicom: istallion prepare for lock_kernel pushdownAlan Cox-0/+6
2008-04-30isicom: prepare for lock_kernel push downAlan Cox-14/+8
2008-04-30esp: lock_kernel push downAlan Cox-6/+16
2008-04-30epca: lock_kernel push downAlan Cox-15/+2
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox-12/+17
2008-04-30amiserial: prepare for locking relaxation in callerAlan Cox-2/+11
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson-6/+6
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-61/+7
2008-04-29char: use get_unaligned_* helpersHarvey Harrison-8/+4
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg-1/+1
2008-04-29random: add async notification support to /dev/randomJeff Dike-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall-45/+35
2008-04-29drivers: use non-racy method for proc entries creationDenis V. Lunev-28/+23
2008-04-29proc: switch /proc/ip2mem to seq_file interfaceAlexey Dobriyan-28/+25
2008-04-29proc: switch /proc/apm to seq_file interfaceAlexey Dobriyan-5/+18
2008-04-29proc: remove proc_root from driversAlexey Dobriyan-2/+2
2008-04-29ipmi: fix return from atca_oem_poweroff_hookAdrian Bunk-1/+1
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan-8/+7
2008-04-29ipmi: remove unused target and action in MakefileDenis Cheng-4/+0
2008-04-29IPMI: Style fixes in the misc codeCorey Minyard-201/+227
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard-436/+574
2008-04-29ipmi: style fixes in the base codeCorey Minyard-414/+581
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard-74/+66
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov-248/+194
2008-04-29ipmi: update driver versionCorey Minyard-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov-8/+28
2008-04-29ipmi: run to completion fixesCorey Minyard-36/+35
2008-04-29ipmi: hold ATTN until upper layer readyCorey Minyard-2/+5