aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/kernel
Commit message (Expand)AuthorAge
...
* [PATCH] FRV: Fix FRV arch compile errorsDavid Howells2006-07-10
* kbuild: introduce utsrelease.hSam Ravnborg2006-07-03
* [PATCH] irq-flags: FRV: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-23
* [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER2006-06-23
* [PATCH] frv: trivial cleanups in frv_ksyms.cAl Viro2006-06-23
* [PATCH] frv: wrong syscallAl Viro2006-06-23
* [PATCH] frv: misc sparse annotationsAl Viro2006-06-23
* [PATCH] frv: misc __user annotationsAl Viro2006-06-23
* [PATCH] frv: sysctl __user annotationsAl Viro2006-06-23
* [PATCH] frv: signal annotationsAl Viro2006-06-23
* [PATCH] frv: __user infrastructureAl Viro2006-06-23
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-11
* [PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi2006-04-11
* [PATCH] unexport get_wchanAdrian Bunk2006-03-31
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-24
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-23
* [PATCH] multiple exports of strpbrkAndrew Morton2006-03-22
* [PATCH] FRV: Use virtual interrupt disablementDavid Howells2006-02-14
* [PATCH] FRV: Miscellaneous fixesDavid Howells2006-02-14
* [PATCH] Handle TIF_RESTORE_SIGMASK for FRVDavid Howells2006-01-18
* [PATCH] frv: task_thread_info(), task_stack_page()Al Viro2006-01-12
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-10
* [PATCH] frv: miscellaneous changesDavid Howells2006-01-08
* [PATCH] frv: force serial driver inclusionDavid Howells2006-01-08
* [PATCH] frv: add module support stubsDavid Howells2006-01-08
* [PATCH] frv: implement and export various things required by modulesDavid Howells2006-01-08
* [PATCH] frv: improve signal handlingDavid Howells2006-01-06
* [PATCH] frv: fix signal handlingDavid Howells2006-01-06
* [PATCH] FRV: Implement futex operations for FRVDavid Howells2006-01-06
* [PATCH] FRV: Make the FRV arch work againDavid Howells2005-11-28
* [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-13
* [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-09
* [PATCH] consolidate sys_ptrace()Christoph Hellwig2005-11-07
* [PATCH] jiffies_64 cleanupThomas Gleixner2005-10-30
* [PATCH] unify sys_ptrace prototypeChristoph Hellwig2005-10-30
* [PATCH] missing exports of do_settimeofday() variantsAl Viro2005-10-29
* kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h fileSam Ravnborg2005-09-09
* [PATCH] NTP: ntp-helper functionsjohn stultz2005-09-07
* [PATCH] frv: Remove export of strtok()Jesper Juhl2005-09-05
* [PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2005-08-29
* Merge Christoph's freeze cleanup patchLinus Torvalds2005-06-25
|\
| * [PATCH] Cleanup patch for process freezingChristoph Lameter2005-06-25
* | [PATCH] Serial: remove unnecessary register_serial/unregister_serialRussell King2005-06-25
|/
* [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-01
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
387'>387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761
























































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
%PDF-1.4
%
3 0 obj <<
/Length 1720      
/Filter /FlateDecode
>>
stream
xXK6WV	Y3MP-Zt]K2H9ɡ^:^̑<ryՏx1q6&la,
4!!-KmW/QΏ )PJ$1͖G)ao4	SM-}R7K~
BT?J(ql_zn8
8R	?kxi04՗+,PAc=<j'EY@/UP,<3=
M]e+;Dmd<;A9k	t