aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sha1.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-12Linus 2.6.29-rc8Linus Torvalds1-1/+1
2009-03-12bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds1-8/+8
2009-03-12ring-buffer: document reader page designSteven Rostedt1-0/+68
2009-03-12tracing: show event name in trace for TRACE_EVENT created eventsSteven Rostedt1-1/+1
2009-03-12tracing: Don't use tracing_record_cmdline() in workqueue tracer fixKOSAKI Motohiro1-6/+14
2009-03-12tracing: tracepoints for softirq entry/exit - tracepointsJason Baron2-1/+18
2009-03-12tracing: tracepoints for softirq entry/exit - add softirq-to-name arrayJason Baron2-1/+13
2009-03-12tracing: explain why stack tracer is emptySteven Rostedt1-0/+15
2009-03-12tracing: fix stack tracer headerSteven Rostedt1-2/+2
2009-03-12tracing: export trace formats to user spaceSteven Rostedt1-5/+114
2009-03-12tracing: have event_trace_printk use static tracerSteven Rostedt2-10/+17
2009-03-12tracing: make bprint event use the proper event idSteven Rostedt1-1/+1
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker8-39/+213
2009-03-12tracing: show that buffer size is not expandedSteven Rostedt1-2/+10
2009-03-12ring-buffer: remove unneeded get_online_cpusSteven Rostedt1-76/+14
2009-03-12ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUGSteven Rostedt1-5/+5
2009-03-12tracing: protect ring_buffer_expanded with trace_types_lockSteven Rostedt1-1/+4
2009-03-12tracing: fix comments about trace buffer resizingSteven Rostedt1-3/+16
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar3-8/+8
2009-03-12trivial: fix bad links in the ext2 and ext3 documentationJody McIntyre2-7/+7
2009-03-12RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif3-5/+37
2009-03-12fs: new inode i_state corruption fixNick Piggin2-1/+15
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro1-1/+1
2009-03-12mfd: add support for WM8351 revision BMark Brown1-0/+5
2009-03-12acer-wmi: fix regression in backlight detectionMichael Spang1-1/+1
2009-03-12mmc: s3cmci: fix s3c2410_dma_config() arguments.Ben Dooks1-2/+1
2009-03-12MAINTAINERS: downgrade support for man-pagesMichael Kerrisk1-3/+1
2009-03-12ds2760_battery.c: fix division by zeroDaniel Mack1-4/+7
2009-03-12vfs: add missing unlock in sget()Li Zefan1-1/+4
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack1-1/+1
2009-03-12uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org1-1/+4
2009-03-12UML on UML fixed: it did not startRenzo Davoli1-0/+5
2009-03-12PCIe: portdrv: call pci_disable_device during removeAlex Chiang1-0/+1
2009-03-12pci: Fix typo in message while disabling HT MSI mappingPrakash Punnoor1-1/+1
2009-03-12pci: don't disable too many HT MSI mappingPrakash Punnoor1-0/+4
2009-03-12powerpc/pseries: The RPA PCI hotplug driver depends on EEHMichael Ellerman1-1/+1
2009-03-12PCIe: AER: during disable, check subordinate before walkingAlex Chiang1-0/+3
2009-03-12PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598Alexander Duyck1-0/+25
2009-03-12hwmon: (f75375s) Remove unnecessary and confusing initializationAndrew Klossner1-1/+1
2009-03-12hwmon: (it87) Properly decode -128 degrees C temperatureJean Delvare1-4/+4
2009-03-12hwmon: (lm90) Document support for the MAX6648/6692 chipsDarrick J. Wong3-6/+16
2009-03-12hwmon: (abituguru3) Fix I/O error handlingJean Delvare1-2/+5
2009-03-12cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell1-0/+3
2009-03-12cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed.Rusty Russell1-0/+3
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher1-17/+4
2009-03-11ring-buffer: only allocate buffers for online cpusSteven Rostedt2-56/+216
2009-03-11tracing: fix trace_wait to know to wait on all cpus or just oneSteven Rostedt1-0/+13
2009-03-11tracing: expand the ring buffers when an event is activatedSteven Rostedt3-0/+31
2009-03-11tracing: keep ring buffer to minimum size till usedSteven Rostedt1-20/+59