aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkversion (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf7-41/+16
2016-01-18tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entryChris Metcalf1-1/+1
2016-01-18tile: fix tilepro casts for readl, writel, etcChris Metcalf1-8/+8
2016-01-18tile: fix a -Wframe-larger-than warningChris Metcalf1-1/+1
2016-01-18tile: include the syscall number in the backtraceChris Metcalf1-9/+8
2016-01-18MAINTAINERS: add git URL for tileFengguang Wu1-0/+1
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf5-107/+77
2016-01-18drivers/ide: make ide-scan-pci.c driver explicitly non-modularPaul Gortmaker1-2/+1
2016-01-18ide: constify ide_dma_ops structuresJulia Lawall2-2/+2
2016-01-18ide: silence some underflow warningsDan Carpenter1-8/+8
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa1-5/+14
2016-01-18team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel1-3/+3
2016-01-18net: hns: bug fix about hisilicon TSO BD modehuangdaode3-2/+19
2016-01-18brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilersArend van Spriel1-2/+1
2016-01-18video: fbdev: pxafb: fix out of memory error pathRobert Jarzmik1-0/+2
2016-01-17vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds1-1/+1
2016-01-17drm/vc4: fix warning in validate printf.Dave Airlie1-1/+1
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl1-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl1-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl1-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl1-1/+1
2016-01-17arm64: bpf: add extra pass to handle faulty codegenZi Shen Lim1-1/+21
2016-01-17arm64: insn: remove BUG_ON from codegenZi Shen Lim1-53/+112
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long2-2/+8
2016-01-17net/mlx5_core: Fix trimming down IRQ numberDoron Tsur5-8/+10
2016-01-17tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stuctsGeert Uytterhoeven1-0/+3
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky1-3/+3
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko1-9/+16
2016-01-16lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko1-26/+27
2016-01-16printk-formats.txt: remove unimplemented %pTRasmus Villemoes1-9/+0
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2016-01-16lib/test_printf.c: test dentry printingRasmus Villemoes1-0/+27
2016-01-16lib/test_printf.c: add test for large bitmapsRasmus Villemoes1-0/+17
2016-01-16lib/test_printf.c: account for kvasprintf testsRasmus Villemoes1-0/+1
2016-01-16lib/test_printf.c: add a few number() testsRasmus Villemoes1-0/+24
2016-01-16lib/test_printf.c: test precision quirksRasmus Villemoes1-6/+15
2016-01-16lib/test_printf.c: check for out-of-bound writesRasmus Villemoes1-5/+19
2016-01-16lib/test_printf.c: don't BUGRasmus Villemoes1-1/+6
2016-01-16lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes1-4/+6
2016-01-16lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes1-4/+24
2016-01-16lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes1-12/+14
2016-01-16lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes1-20/+22
2016-01-16lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes1-19/+9
2016-01-16lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes1-31/+31
2016-01-16lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes1-15/+31
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo3-3/+36
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding1-1/+25
2016-01-16asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton1-4/+0
2016-01-16uselib: default depending if libc5 was usedRiku Voipio1-1/+1