aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bin2c.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting associated commentsAndy Whitcroft1-1/+1
2008-07-24checkpatch: possible types: __asm__ is never a typeAndy Whitcroft1-1/+1
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Michael Ellerman1-0/+4
2008-07-24checkpatch: types: some types may also be identifiersAndy Whitcroft1-5/+6
2008-07-24checkpatch: return is not a function -- parentheses for casts are ok tooAndy Whitcroft1-0/+1
2008-07-24checkpatch: Version: 0.20Andy Whitcroft1-1/+1
2008-07-24atmel_pwm: set up only one PWM clock when allocating a clockHans-Christian Egtvedt1-2/+1
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König1-22/+42
2008-07-24remove the v850 portAdrian Bunk204-18406/+5
2008-07-24UML: make several more things staticWANG Cong14-26/+12
2008-07-24arch/um/kernel/mem.c: remove arch_validate()WANG Cong3-36/+1
2008-07-24arch/um/kernel/irq.c: clean up some functionsWANG Cong3-37/+2
2008-07-24cris: use simple_read_from_buffer()Akinobu Mita1-10/+7
2008-07-24cris: remove unused global_flush_tlbFernando Luis Vazquez Cao1-1/+0
2008-07-24mn10300: move sg_dma_{address,len}() to asm/scatterlist.hAdrian Bunk2-9/+9
2008-07-24pm: fix try_to_freeze_tasks()'s use of do_div()David Howells1-1/+1
2008-07-24pm: acpi pm: add DMI quirk list for ACPI 1.0 suspend orderingCarlos Corbacho1-0/+20
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li4-1/+30
2008-07-24pm: schedule sysrq poweroff on boot cpuZhang Rui1-1/+3
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui2-1/+41
2008-07-24pm: hibernation: simplify memory bitmapAkinobu Mita1-67/+21
2008-07-24pm: add new PM_EVENT codes for runtime power transitionsAlan Stern1-2/+35
2008-07-24pm: drop unnecessary includes from pm.hRafael J. Wysocki1-2/+0
2008-07-24pm: remove obsolete piece of PM documentationRafael J. Wysocki3-259/+34
2008-07-24pm: remove remaining obsolete definitions from pm.hRafael J. Wysocki2-46/+5
2008-07-24pm: remove definition of struct pm_devRafael J. Wysocki1-24/+0
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk4-38/+0
2008-07-24pm: boot time suspend selftestDavid Brownell3-2/+212
2008-07-24swsusp: provide users with a hint about the no_console_suspend optionPavel Machek1-1/+1
2008-07-24alpha: remove the unused ALPHA_CORE_AGP optionAdrian Bunk1-5/+0
2008-07-24remove include/asm-h8300/keyboard.hAdrian Bunk1-24/+0
2008-07-24gigaset: gigaset_isowbuf_getbytes() may return signed unnoticedTilman Schmidt1-6/+6
2008-07-24gigaset: use dev_ macros for messagesTilman Schmidt6-43/+53
2008-07-24security: remove unused forwardsHugh Dickins1-2/+0
2008-07-24security: filesystem capabilities no longer experimentalAndrew G. Morgan1-2/+1
2008-07-24security: filesystem capabilities refactor kernel codeAndrew G. Morgan1-117/+221
2008-07-24security: protect legacy applications from executing with insufficient privilegeAndrew G. Morgan2-50/+60
2008-07-24mm: fix ever-decreasing swap priorityHugh Dickins1-24/+25
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer4-23/+21
2008-07-24kcalloc: remove runtime divisionMilton Miller1-1/+1
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty4-0/+115
2008-07-24memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelists in online_pages()Kent Liu1-1/+3
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto3-11/+11
2008-07-24memory hotplug: allocate usemap on the section with pgdatYasunori Goto1-1/+77
2008-07-24mm: remove initialization of static per-cpu variablesVegard Nossum1-4/+4
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi57-74/+36
2008-07-24mm: make register_page_bootmem_info_section() staticAdrian Bunk1-1/+1
2008-07-24mm/page_alloc.c: cleanupsAdrian Bunk1-12/+13
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi2-0/+56
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner10-44/+41