Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | time: Change k_clock timer_set() and timer_get() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | time: Change k_clock clock_set() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | time: Change k_clock clock_getres() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | time: Change k_clock clock_get() to use timespec64 | Deepa Dinamani | 2017-04-14 | 1 | -2/+2 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2017-05-01 | 4 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | ipmi/watchdog: fix wdog hang on panic waiting for ipmi response | Robert Lippert | 2017-04-28 | 1 | -4/+4 | |
| * | | | | | | | | | | | | ipmi_si: use smi_num for init_name | Tony Camuso | 2017-04-10 | 1 | -3/+16 | |
| * | | | | | | | | | | | | ipmi: bt-bmc: Add ast2500 compatible string | Joel Stanley | 2017-04-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | ipmi_ssif: use setup_timer | Geliang Tang | 2017-04-07 | 1 | -3/+2 | |
| * | | | | | | | | | | | | ipmi: Fix kernel panic at ipmi_ssif_thread() | Joeseph Chang | 2017-04-07 | 1 | -1/+3 | |
* | | | | | | | | | | | | | Merge tag 'devmem-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-04-14 | 1 | -30/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | mm: Tighten x86 /dev/mem with zeroing reads | Kees Cook | 2017-04-12 | 1 | -30/+52 | |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | virtio_console: fix uninitialized variable use | Michael S. Tsirkin | 2017-04-07 | 1 | -2/+4 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-03-26 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ppdev: fix registering same device name | Sudip Mukherjee | 2017-03-16 | 1 | -2/+9 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-03-24 | 2 | -23/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | / / / / | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | hwrng: geode - Revert managed API changes | Prarit Bhargava | 2017-03-16 | 1 | -15/+35 | |
| * | | | | | | | | | | hwrng: amd - Revert managed API changes | Prarit Bhargava | 2017-03-16 | 1 | -8/+34 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-03-15 | 1 | -2/+14 | |
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | hwrng: omap - Do not access INTMASK_REG on EIP76 | Thomas Petazzoni | 2017-03-08 | 1 | -1/+12 | |
| * | | | | | | | | hwrng: omap - use devm_clk_get() instead of of_clk_get() | Thomas Petazzoni | 2017-03-08 | 1 | -1/+1 | |
| * | | | | | | | | hwrng: omap - write registers after enabling the clock | Thomas Petazzoni | 2017-03-08 | 1 | -1/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-11 | 1 | -79/+50 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block | Fabio Estevam | 2017-02-06 | 1 | -5/+1 | |
| * | | | | | | | random: convert get_random_int/long into get_random_u32/u64 | Jason A. Donenfeld | 2017-01-27 | 1 | -28/+27 | |
| * | | | | | | | random: use chacha20 for get_random_int/long | Jason A. Donenfeld | 2017-01-27 | 1 | -41/+43 | |
| * | | | | | | | random: fix comment for unused random_min_urandom_seed | Stephan Müller | 2017-01-18 | 1 | -3/+1 | |
| * | | | | | | | random: remove variable limit | Stephan Müller | 2017-01-18 | 1 | -23/+7 | |
| * | | | | | | | random: remove stale urandom_init_wait | Stephan Müller | 2017-01-18 | 1 | -1/+0 | |
| * | | | | | | | random: remove stale maybe_reseed_primary_crng | Stephan Mueller | 2017-01-18 | 1 | -7/+0 | |
* | | | | | | | | drivers/char/nwbutton: Fix build breakage caused by include file reshuffling | Guenter Roeck | 2017-03-07 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-03 | 9 | -6/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 8 | -5/+8 | |
| * | | | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2017-03-02 | 1 | -3/+11 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | virtio-console: avoid DMA from stack | Omar Sandoval | 2017-03-02 | 1 | -2/+10 | |
| * | | | | | | virtio: allow drivers to request IRQ affinity when creating VQs | Christoph Hellwig | 2017-02-27 | 1 | -1/+1 | |
* | | | | | | | Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds | 2017-02-28 | 6 | -27/+66 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ipmi: bt-bmc: Use a regmap for register access | Andrew Jeffery | 2017-02-20 | 2 | -22/+61 | |
| * | | | | | | | char: ipmi: constify ipmi_smi_handlers structures | Bhumika Goyal | 2017-02-09 | 1 | -1/+1 | |
| * | | | | | | | ipmi: make ipmi_usr_hndl const | Corey Minyard | 2017-01-05 | 3 | -4/+4 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-27 | 2 | -2/+2 | |
* | | | | | | | scripts/spelling.txt: add "explictely" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 | |
* | | | | | | | scripts/spelling.txt: add "initialiazation" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -1/+1 | |
* | | | | | | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 2 | -6/+5 | |
* | | | | | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 2017-02-23 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge tag 'v4.10-rc8' into drm-next | Dave Airlie | 2017-02-23 | 1 | -3/+0 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie | 2017-01-27 | 3 | -12/+13 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | | | ||||||
| * | | | | drm/i915: Use fixed-sized types for stolen | Chris Wilson | 2017-01-06 | 1 | -2/+4 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-02-23 | 5 | -108/+221 | |
|\ \ \ \ |