Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | APM emulation: Notify about all suspend events, not just APM invoked ones (v2) | Johannes Berg | 2008-07-16 | 1 | -139/+207 |
* | Merge commit 'origin/master' | Benjamin Herrenschmidt | 2008-07-16 | 8 | -2223/+80 |
|\ | |||||
| * | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 2 | -2/+2 |
| |\ | |||||
| | * | fix: "smp_call_function: get rid of the unused nonatomic/retry argument" | Ingo Molnar | 2008-06-27 | 1 | -1/+1 |
| | * | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
| * | | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 | Linus Torvalds | 2008-07-14 | 6 | -2221/+78 |
| |\ \ | |||||
| | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2008-07-14 | 6 | -2221/+78 |
| | |\ \ | |||||
| | | * | | dsp56k: use request_firmware | Jaswinder Singh | 2008-07-14 | 1 | -51/+33 |
| | | * | | ip2: use request_firmware() | David Woodhouse | 2008-07-10 | 3 | -2163/+38 |
| | | * | | Fix a const assignment in moxa_load_fw() | David Howells | 2008-07-10 | 1 | -2/+2 |
| | | * | | cyclades: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -5/+5 |
* | | | | | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build | Benjamin Herrenschmidt | 2008-07-15 | 147 | -64048/+387 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 38 | -75/+214 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 70 | -2698/+3563 |
| | |\ \ \ | |||||
| | * | | | | ipmi: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 | 1 | -0/+2 |
| | * | | | | tty_io: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 | 1 | -5/+9 |
| | * | | | | tpm-tpm: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+5 |
| | * | | | | sonypi: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+3 |
| | * | | | | rtc: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 |
| | * | | | | nvram: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+4 |
| | * | | | | mwave-mwavedd: BKL pushdown | Arnd Bergmann | 2008-07-02 | 1 | -0/+2 |
| | * | | | | lcd: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+3 |
| | * | | | | ipmi-watchdog: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+3 |
| | * | | | | ip27-rtc: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
| | * | | | | hw-random: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 |
| | * | | | | hpet: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
| | * | | | | genrtc: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -1/+6 |
| | * | | | | efirtc: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+2 |
| | * | | | | ds1620: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -1/+8 |
| | * | | | | ds1286: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
| | * | | | | briq_panel: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -2/+7 |
| | * | | | | apm-emulation: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+3 |
| | * | | | | agp-frontend: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+4 |
| | * | | | | bkl-removal viotape fixup | Stephen Rothwell | 2008-06-20 | 1 | -1/+1 |
| | * | | | | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 2008-06-20 | 8 | -42/+17 |
| | * | | | | dsp56k: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -5/+11 |
| | * | | | | raw: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+3 |
| | * | | | | tlckl: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -7/+12 |
| | * | | | | xilinx icap: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -1/+5 |
| | * | | | | vcs: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -2/+7 |
| | * | | | | Add "no BKL needed" comments to several drivers | Jonathan Corbet | 2008-06-20 | 7 | -0/+10 |
| | * | | | | tty: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -2/+25 |
| | * | | | | snsc: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -1/+4 |
| | * | | | | drm: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -2/+7 |
| | * | | | | lp: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -12/+26 |
| | * | | | | mbcs: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+5 |
| | * | | | | viotape: cdev lock_kernel pushdown () | Jonathan Corbet | 2008-06-20 | 1 | -0/+3 |
| | * | | | | misc: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -0/+3 |
| | * | | | | mem: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -2/+8 |
| | * | | | | ipmi: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -2/+6 |