| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: testmgr - add larger cast5 testvectors | Johannes Goetzfried | 2012-08-01 | 4 | -2/+871 |
* | crypto: cast5 - prepare generic module for optimized implementations | Johannes Goetzfried | 2012-08-01 | 3 | -34/+69 |
* | crypto: arch/s390 - cleanup - remove unneeded cra_list initialization | Jussi Kivilinna | 2012-08-01 | 3 | -16/+0 |
* | crypto: drivers - remove cra_list initialization | Jussi Kivilinna | 2012-08-01 | 12 | -21/+0 |
* | crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations | Jussi Kivilinna | 2012-08-01 | 11 | -54/+1 |
* | crypto: cleanup - remove unneeded crypto_alg.cra_list initializations | Jussi Kivilinna | 2012-08-01 | 15 | -15/+0 |
* | crypto: whirlpool - use crypto_[un]register_shashes | Jussi Kivilinna | 2012-08-01 | 1 | -33/+6 |
* | crypto: sha512 - use crypto_[un]register_shashes | Jussi Kivilinna | 2012-08-01 | 1 | -15/+5 |
* | crypto: sha256 - use crypto_[un]register_shashes | Jussi Kivilinna | 2012-08-01 | 1 | -20/+5 |
* | crypto: tiger - use crypto_[un]register_shashes | Jussi Kivilinna | 2012-08-01 | 1 | -32/+6 |
* | crypto: add crypto_[un]register_shashes for [un]registering multiple shash en... | Jussi Kivilinna | 2012-08-01 | 2 | -0/+38 |
* | crypto: ansi_cprng - use crypto_[un]register_algs | Jussi Kivilinna | 2012-08-01 | 1 | -40/+23 |
* | crypto: serpent - use crypto_[un]register_algs | Jussi Kivilinna | 2012-08-01 | 1 | -34/+19 |
* | crypto: des - use crypto_[un]register_algs | Jussi Kivilinna | 2012-08-01 | 1 | -20/+5 |
* | crypto: crypto_null - use crypto_[un]register_algs | Jussi Kivilinna | 2012-08-01 | 1 | -39/+18 |
* | crypto: tea - use crypto_[un]register_algs | Jussi Kivilinna | 2012-08-01 | 1 | -35/+6 |
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-08-01 | 7 | -169/+248 |
|\ |
|
| * | irqdomain: Improve diagnostics when a domain mapping fails | Mark Brown | 2012-07-25 | 1 | -6/+11 |
| * | irqdomain: eliminate slow-path revmap lookups | Grant Likely | 2012-07-25 | 1 | -40/+25 |
| * | Merge remote-tracking branch 'origin' into irqdomain/next | Grant Likely | 2012-07-25 | 4548 | -104854/+181547 |
| |\ |
|
| * | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. | Grant Likely | 2012-07-11 | 1 | -2/+2 |
| * | | irqdomain: Eliminate dedicated radix lookup functions | Grant Likely | 2012-07-11 | 4 | -65/+3 |
| * | | irqdomain: Support for static IRQ mapping and association. | Grant Likely | 2012-07-11 | 2 | -25/+107 |
| * | | irqdomain: Always update revmap when setting up a virq | Grant Likely | 2012-07-11 | 2 | -3/+12 |
| * | | irqdomain: Split disassociating code into separate function | Grant Likely | 2012-07-11 | 1 | -28/+47 |
| * | | Merge tag 'v3.5-rc6' into irqdomain/next | Grant Likely | 2012-07-11 | 995 | -5037/+9700 |
| |\ \ |
|
| * | | | irq_domain: correct a minor wrong comment for linear revmap | Dong Aisheng | 2012-07-11 | 1 | -1/+1 |
| * | | | irq_domain: Standardise legacy/linear domain selection | Mark Brown | 2012-07-11 | 3 | -0/+40 |
| * | | | irqdomain: Make ops->map hook optional | Grant Likely | 2012-06-17 | 1 | -10/+4 |
| * | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY | Grant Likely | 2012-06-15 | 1 | -2/+1 |
| * | | | irqdomain: Simple NUMA awareness. | Paul Mundt | 2012-06-15 | 2 | -10/+18 |
| * | | | devicetree: add helper inline for retrieving a node's full name | Grant Likely | 2012-06-15 | 10 | -21/+25 |
* | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-08-01 | 131 | -1060/+3174 |
|\ \ \ \ |
|
| * | | | | rtc/rtc-88pm80x: remove unneed devm_kfree | Devendra Naga | 2012-08-01 | 1 | -2/+0 |
| * | | | | rtc/rtc-88pm80x: assign ret only when rtc_register_driver fails | Devendra Naga | 2012-08-01 | 1 | -1/+1 |
| * | | | | mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables | Mel Gorman | 2012-08-01 | 3 | -3/+38 |
| * | | | | tmpfs: distribute interleave better across nodes | Nathan Zimmer | 2012-08-01 | 1 | -2/+4 |
| * | | | | mm: remove redundant initialization | Minchan Kim | 2012-08-01 | 2 | -12/+2 |
| * | | | | mm: warn if pg_data_t isn't initialized with zero | Minchan Kim | 2012-08-01 | 1 | -0/+3 |
| * | | | | mips: zero out pg_data_t when it's allocated | Minchan Kim | 2012-08-01 | 1 | -0/+1 |
| * | | | | memcg: gix memory accounting scalability in shrink_page_list | Tim Chen | 2012-08-01 | 1 | -0/+2 |
| * | | | | mm/sparse: remove index_init_lock | Gavin Shan | 2012-08-01 | 1 | -13/+1 |
| * | | | | mm/sparse: more checks on mem_section number | Gavin Shan | 2012-08-01 | 1 | -0/+2 |
| * | | | | mm/sparse: optimize sparse_index_alloc | Gavin Shan | 2012-08-01 | 1 | -6/+4 |
| * | | | | memcg: add mem_cgroup_from_css() helper | Wanpeng Li | 2012-08-01 | 1 | -8/+11 |
| * | | | | memcg: further prevent OOM with too many dirty pages | Hugh Dickins | 2012-08-01 | 1 | -9/+24 |
| * | | | | memcg: prevent OOM with too many dirty pages | Michal Hocko | 2012-08-01 | 1 | -3/+20 |
| * | | | | mm: mmu_notifier: fix freed page still mapped in secondary MMU | Xiao Guangrong | 2012-08-01 | 1 | -22/+23 |
| * | | | | mm: memcg: only check anon swapin page charges for swap cache | Johannes Weiner | 2012-08-01 | 1 | -8/+14 |
| * | | | | mm: memcg: only check swap cache pages for repeated charging | Johannes Weiner | 2012-08-01 | 1 | -5/+12 |