aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-16[POWERPC] Move of_device_get_modalias to drivers/ofStephen Rothwell4-50/+51
2008-05-16[POWERPC] Get most of ioctl.h content from <asm-generic/ioctl.h>Robert P. J. Day1-57/+1
2008-05-16[POWERPC] Add 6xx-style HID0_SLEEP support.Scott Wood3-0/+62
2008-05-16[POWERPC] Defer processing of interrupts when the CPU wakes from sleep modePaul Mackerras2-1/+11
2008-05-15initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov1-3/+3
2008-05-15Split up 'do_initcalls()' into two simpler functionsLinus Torvalds1-36/+41
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds5-21/+20
2008-05-15jbd2: update transaction t_state to T_COMMIT fixMingming Cao1-0/+2
2008-05-15ext4: Retry block allocation if new blocks are allocated from system zone.Aneesh Kumar K.V2-17/+47
2008-05-15tty: fix BKL related leak and crashIngo Molnar1-3/+10
2008-05-15[IA64] fix personality(PER_LINUX32) performance issueHuang, Xiaolan2-10/+25
2008-05-15arch/parisc/kernel/perf_asm.S: build fixKyle McMartin1-0/+2
2008-05-15parisc: remove -traditional from assembler flagsKyle McMartin1-3/+0
2008-05-15parisc: use conditional macro for 64-bit wide opsKyle McMartin3-66/+56
2008-05-15parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>.Robert P. J. Day1-50/+1
2008-05-15[S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map.Heiko Carstens1-1/+2
2008-05-15[S390] smp: __smp_call_function_map vs cpu_online_map fix.Heiko Carstens1-8/+8
2008-05-15[S390] tape: Use ccw_dev_id to build cdev_id.Cornelia Huck1-26/+5
2008-05-15[S390] dasd: fix timeout handling in interrupt handlerStefan Weinhuber1-2/+3
2008-05-15[S390] s390dbf: Use const char * for dbf name.Cornelia Huck2-12/+12
2008-05-15[S390] dasd: Use const in busid functions.Cornelia Huck2-6/+6
2008-05-15[S390] blacklist.c: removed duplicated includeHuang Weiyi1-1/+0
2008-05-15[S390] vmlogrdr: module initialization function should return negative errorsMarcin Slusarz1-1/+1
2008-05-15[S390] sparsemem vmemmap: initialize memmap.Heiko Carstens1-13/+6
2008-05-15[S390] Remove last traces of cio_msg=.Cornelia Huck1-3/+0
2008-05-15[S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID.Michael Ernst1-9/+3
2008-05-15arch/parisc/kernel/unaligned.c: use time_* macrosS.Caglar Onur1-1/+2
2008-05-15parisc: remove redundant display of free swap space in show_mem()Johannes Weiner1-2/+0
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison9-63/+63
2008-05-15parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-4/+4
2008-05-15parisc: new termios definitionsAlan Cox3-3/+12
2008-05-15parisc: fix trivial section name warningsHelge Deller11-18/+27
2008-05-15[POWERPC] macintosh: Replace deprecated __initcall with device_initcallRobert P. J. Day1-1/+1
2008-05-15[POWERPC] cell: Fix section mismatches in io-workarounds codeIshizaki Kou2-6/+6
2008-05-15[POWERPC] spufs: Fix compile errorFUJITA Tomonori1-0/+1
2008-05-15[POWERPC] Fix uninitialized variable bug in copy_{to|from}_userNate Case1-2/+2
2008-05-15[POWERPC] Add null pointer check to of_find_propertyTimur Tabi1-0/+3
2008-05-15[POWERPC] vmemmap fixes to use smaller pagesBenjamin Herrenschmidt6-16/+65
2008-05-15[POWERPC] spufs: Fix pointer reference in find_victimLuke Browning1-1/+1
2008-05-14net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton1-0/+1
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-14Remove blkdev warning triggered by using mdNeil Brown8-6/+19
2008-05-14char: select fw_loader by moxaJiri Slaby1-0/+1
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens2-41/+45
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi2-4/+23
2008-05-14per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet1-1/+7
2008-05-14memory_hotplug: check for walk_memory_resource() failure in online_pages()Geoff Levand1-1/+8
2008-05-14lib: create common ascii hex arrayHarvey Harrison5-23/+20
2008-05-14video/logo: add support for Blackfin/Linux logo for framebuffer consoleRobin Getz5-0/+2276
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang2-0/+10